mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-16 11:14:13 +00:00
Merge pull request #124 from nyue/master
Fix referencing of python directory for source of custom command
This commit is contained in:
commit
1402f670f1
@ -381,7 +381,7 @@ if(PYTHONINTERP_FOUND AND SWIG_FOUND)
|
||||
add_custom_command(
|
||||
OUTPUT ${PROJECT_BINARY_DIR}/python/osd
|
||||
COMMAND ${PYCMD}
|
||||
WORKING_DIRECTORY ../python
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/python
|
||||
DEPENDS osd_static_cpu osd_dynamic_cpu
|
||||
COMMENT "Building Python bindings with distutils"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user