Skip to content

Commit 02ae9a0

Browse files
committed
cmake: add missing logic
1 parent 6208abe commit 02ae9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ set(PYTHON_EXPORT_DEPENDENCY ON)
8383
findpython(REQUIRED)
8484

8585
if(${NUMPY_VERSION} VERSION_LESS "1.16.0")
86-
set(NUMPY_WITH_BROKEN_UFUNC_SUPPORT)
86+
set(NUMPY_WITH_BROKEN_UFUNC_SUPPORT TRUE)
8787
endif()
8888

8989
if(WIN32)

0 commit comments

Comments
 (0)