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

cmake: call find_scipy

parent cbef828c
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ if(${NUMPY_VERSION} VERSION_LESS "1.16.0")
set(NUMPY_WITH_BROKEN_UFUNC_SUPPORT TRUE)
endif()
find_scipy()
if(WIN32)
link_directories(${PYTHON_LIBRARY_DIRS})
# # Set default Windows build paths SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY
......
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