Skip to content

Commit 4ca76d9

Browse files
authored
Expressly provide a shared libs option
1 parent 846a543 commit 4ca76d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ option(CPP_THREAD_SAFETY_TEST "Run a massively parallel DGEMM test to confirm th
6262

6363
option(CPP_THREAD_SAFETY_GEMV "Run a massively parallel DGEMV test to confirm thread safety of the library (requires OpenMP)" OFF)
6464
option(BUILD_STATIC_LIBS "Build static library" OFF)
65+
option(BUILD_SHARED_LIBS "Build shared library" OFF)
6566
if(NOT BUILD_STATIC_LIBS AND NOT BUILD_SHARED_LIBS)
6667
set(BUILD_STATIC_LIBS ON CACHE BOOL "Build static library" FORCE)
6768
endif()

0 commit comments

Comments
 (0)