We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 059dca5 + c6b3521 commit 30ec1abCopy full SHA for 30ec1ab
cmake/FindOpenVDB.cmake
@@ -502,7 +502,7 @@ find_package(Boost REQUIRED COMPONENTS iostreams)
502
# @todo track for numpy
503
504
if(pyopenvdb IN_LIST OpenVDB_FIND_COMPONENTS)
505
- find_package(PythonLibs REQUIRED)
+ find_package(Python REQUIRED)
506
507
# Boost python handling - try and find both python and pythonXx (version suffixed).
508
# Prioritize the version suffixed library, failing if neither exist.
0 commit comments