We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a037c92 commit c39daeeCopy full SHA for c39daee
src/VecSim/CMakeLists.txt
@@ -64,7 +64,7 @@ if(SVS_SHARED_LIB)
64
find_package(MKL HINTS ${MKL_HINTS})
65
if(NOT MKL_FOUND)
66
message(WARNING "MKL not found - disabling SVS shared library")
67
- set(SVS_SHARED_LIB OFF FORCE)
+ set(SVS_SHARED_LIB OFF)
68
endif()
69
70
0 commit comments