Skip to content

Commit c39daee

Browse files
committed
fixup! Disable SVS share lib if MKL not found
1 parent a037c92 commit c39daee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VecSim/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if(SVS_SHARED_LIB)
6464
find_package(MKL HINTS ${MKL_HINTS})
6565
if(NOT MKL_FOUND)
6666
message(WARNING "MKL not found - disabling SVS shared library")
67-
set(SVS_SHARED_LIB OFF FORCE)
67+
set(SVS_SHARED_LIB OFF)
6868
endif()
6969
endif()
7070

0 commit comments

Comments
 (0)