Skip to content

Commit 30ec1ab

Browse files
authored
Merge pull request #1333 from nachovizzo/nacho/fix_pyopenvdb_cmake
Fix pyopenvdb build support
2 parents 059dca5 + c6b3521 commit 30ec1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindOpenVDB.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ find_package(Boost REQUIRED COMPONENTS iostreams)
502502
# @todo track for numpy
503503

504504
if(pyopenvdb IN_LIST OpenVDB_FIND_COMPONENTS)
505-
find_package(PythonLibs REQUIRED)
505+
find_package(Python REQUIRED)
506506

507507
# Boost python handling - try and find both python and pythonXx (version suffixed).
508508
# Prioritize the version suffixed library, failing if neither exist.

0 commit comments

Comments
 (0)