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