We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846a543 commit 4ca76d9Copy full SHA for 4ca76d9
CMakeLists.txt
@@ -62,6 +62,7 @@ option(CPP_THREAD_SAFETY_TEST "Run a massively parallel DGEMM test to confirm th
62
63
option(CPP_THREAD_SAFETY_GEMV "Run a massively parallel DGEMV test to confirm thread safety of the library (requires OpenMP)" OFF)
64
option(BUILD_STATIC_LIBS "Build static library" OFF)
65
+option(BUILD_SHARED_LIBS "Build shared library" OFF)
66
if(NOT BUILD_STATIC_LIBS AND NOT BUILD_SHARED_LIBS)
67
set(BUILD_STATIC_LIBS ON CACHE BOOL "Build static library" FORCE)
68
endif()
0 commit comments