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 4bb9bc7 commit b020ae7Copy full SHA for b020ae7
CMakeLists.txt
@@ -44,6 +44,10 @@ if ((NOT MMDEPLOY_BUILD_SDK_MONOLITHIC) AND MMDEPLOY_DYNAMIC_BACKEND)
44
set(MMDEPLOY_DYNAMIC_BACKEND OFF)
45
endif ()
46
47
+if (MMDEPLOY_BUILD_SDK_MONOLITHIC AND MMDEPLOY_SHARED_LIBS)
48
+ set(MMDEPLOY_SHARED_LIBS OFF)
49
+endif ()
50
+
51
if (NOT CMAKE_BUILD_TYPE)
52
set(CMAKE_BUILD_TYPE Release CACHE STRING "choose 'Release' as default build type" FORCE)
53
0 commit comments