Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 788886
Collapse All | Expand All

(-)a/openvdb/openvdb/python/CMakeLists.txt (-2 / +1 lines)
Lines 94-100 else() Link Here
94
  OPENVDB_CHECK_PYTHON_VERSION(${Python_VERSION} ${Python_INCLUDE_DIRS})
94
  OPENVDB_CHECK_PYTHON_VERSION(${Python_VERSION} ${Python_INCLUDE_DIRS})
95
95
96
  if(USE_NUMPY)
96
  if(USE_NUMPY)
97
    find_package(Python QUIET COMPONENTS NumPy)
97
    find_package(Python QUIET COMPONENTS ${OPENVDB_PYTHON_REQUIRED_COMPONENTS} NumPy)
98
    if(NOT TARGET Python::NumPy)
98
    if(NOT TARGET Python::NumPy)
99
        message(FATAL_ERROR "Could NOT find NumPy (Required is at least version "
99
        message(FATAL_ERROR "Could NOT find NumPy (Required is at least version "
100
          "\"${MINIMUM_NUMPY_VERSION}\")"
100
          "\"${MINIMUM_NUMPY_VERSION}\")"
101
- 

Return to bug 788886