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.
1 parent cb2b21e commit 6208abeCopy full SHA for 6208abe
CMakeLists.txt
@@ -82,7 +82,7 @@ endif()
82
set(PYTHON_EXPORT_DEPENDENCY ON)
83
findpython(REQUIRED)
84
85
-if(NUMPY_VERSION VERSION_LESS "1.16.0")
+if(${NUMPY_VERSION} VERSION_LESS "1.16.0")
86
set(NUMPY_WITH_BROKEN_UFUNC_SUPPORT)
87
endif()
88
0 commit comments