chore: set default BUILD_SHARED_LIBS to OFF
This commit is contained in:
parent
69e54ace14
commit
09cab2a2ae
@ -24,6 +24,7 @@ endif()
|
||||
# general
|
||||
#option(SD_BUILD_TESTS "sd: build tests" ${SD_STANDALONE})
|
||||
option(SD_BUILD_EXAMPLES "sd: build examples" ${SD_STANDALONE})
|
||||
option(BUILD_SHARED_LIBS "sd: build shared libs" OFF)
|
||||
#option(SD_BUILD_SERVER "sd: build server example" ON)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user