Skip to content

Commit 09cab2a

Browse files
committed
chore: set default BUILD_SHARED_LIBS to OFF
1 parent 69e54ac commit 09cab2a

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
@@ -24,6 +24,7 @@ endif()
2424
# general
2525
#option(SD_BUILD_TESTS "sd: build tests" ${SD_STANDALONE})
2626
option(SD_BUILD_EXAMPLES "sd: build examples" ${SD_STANDALONE})
27+
option(BUILD_SHARED_LIBS "sd: build shared libs" OFF)
2728
#option(SD_BUILD_SERVER "sd: build server example" ON)
2829

2930

0 commit comments

Comments
 (0)