Skip to content

Commit

Permalink
Disassociate WIN32 and Houdini SOPs when deciding Python module build as
Browse files Browse the repository at this point in the history
there is already a separate CMake variable to control that
  • Loading branch information
nyue committed Nov 10, 2016
1 parent bb61bbf commit b656cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OPTION ( OPENVDB_BUILD_MAYA_PLUGIN "Build the Maya plugin" OFF )
OPTION ( OPENVDB_ENABLE_RPATH "Build with RPATH information" ON )
OPTION ( OPENVDB_ENABLE_3_ABI_COMPATIBLE "Build with OpenVDB v3 ABI" ON )

IF (OPENVDB_BUILD_HOUDINI_SOPS OR WIN32)
IF (OPENVDB_BUILD_HOUDINI_SOPS)
SET ( OPENVDB_BUILD_PYTHON_MODULE OFF )
ENDIF ()

Expand Down

0 comments on commit b656cee

Please sign in to comment.