@@ -, +, @@ --- openvdb/openvdb/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/openvdb/openvdb/python/CMakeLists.txt +++ a/openvdb/openvdb/python/CMakeLists.txt @@ -94,7 +94,7 @@ else() OPENVDB_CHECK_PYTHON_VERSION(${Python_VERSION} ${Python_INCLUDE_DIRS}) if(USE_NUMPY) - find_package(Python QUIET COMPONENTS NumPy) + find_package(Python QUIET COMPONENTS ${OPENVDB_PYTHON_REQUIRED_COMPONENTS} NumPy) if(NOT TARGET Python::NumPy) message(FATAL_ERROR "Could NOT find NumPy (Required is at least version " "\"${MINIMUM_NUMPY_VERSION}\")" --