Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234d560 commit 39d4906Copy full SHA for 39d4906
CMakeLists.txt
@@ -12,11 +12,7 @@ option (BUILD_C_API "Build the C-API" OFF)
12
option (BUILD_EXPERIMENTAL_API "Build with experimental API" OFF)
13
set(BUILD_DEPENDENCIES "AUTO" CACHE STRING "Fetch from github or use locally installed (AUTO/GITHUB/LOCAL)")
14
15
-if (WIN32)
16
- option (BUILD_SHARED_LIBS "Build and link as shared library" OFF)
17
-else()
18
- option (BUILD_SHARED_LIBS "Build and link as shared library" ON)
19
-endif()
+option (BUILD_SHARED_LIBS "Build and link as shared library" OFF)
20
21
if (MSVC)
22
add_definitions (-DUNICODE -D_UNICODE -D_CRT_SECURE_NO_WARNINGS)
0 commit comments