Update CMakeLists.txt

This commit is contained in:
wheremyfoodat 2023-10-16 23:43:37 +03:00 committed by GitHub
parent 13456cd12c
commit 9fc5fcbe9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ endif()
#============================================================================
option(BUILD_STATIC "Build static library" ON)
option(BUILD_SHARED "Build shared library" OFF)
option(BUILD_SHARED "Build shared library" ON)
option(BUILD_TESTING "Build library tests" OFF)
option(BUILD_DOCUMENTATION "Use Doxygen to create the HTML based API documentation" OFF)
option(USE_INTERMEDIATE_OBJECTS_TARGET "Use a common intermediate objects target for the static and shared library targets" ON)