We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a7ba2 commit 40f7115Copy full SHA for 40f7115
1 file changed
vcpkg-triplets/base-linux.cmake
@@ -1,5 +1,5 @@
1
-set(VCPKG_CRT_LINKAGE dynamic)
2
-set(VCPKG_LIBRARY_LINKAGE dynamic)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)
3
4
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
5
set(VCPKG_BUILD_TYPE release)
0 commit comments