fix everything

This commit is contained in:
tildearrow 2022-05-31 12:01:30 -05:00
parent dfc8706f5a
commit 2d5c72148f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if (POLICY CMP0042)
cmake_policy (SET CMP0042 NEW)
endif ()
option (BUILD_SHARED_LIBS "Build shared libraries" ON)
option (BUILD_SHARED_LIBS "Build shared libraries" OFF)
option (BUILD_TESTS "Build tests" ON)
option (ENABLE_OPENMP "Use OpenMP for multithreading" OFF)