mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:04:58 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
13456cd12c
commit
9fc5fcbe9a
1 changed files with 1 additions and 1 deletions
2
third_party/cryptopp/CMakeLists.txt
vendored
2
third_party/cryptopp/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue