Skip to content
Snippets Groups Projects
Verified Commit 02ae9a00 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: add missing logic

parent 6208abe7
No related branches found
No related tags found
No related merge requests found
Pipeline #25307 passed with warnings
......@@ -83,7 +83,7 @@ set(PYTHON_EXPORT_DEPENDENCY ON)
findpython(REQUIRED)
if(${NUMPY_VERSION} VERSION_LESS "1.16.0")
set(NUMPY_WITH_BROKEN_UFUNC_SUPPORT)
set(NUMPY_WITH_BROKEN_UFUNC_SUPPORT TRUE)
endif()
if(WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment