mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 03:27:12 +01:00
14 lines
350 B
Diff
14 lines
350 B
Diff
![]() |
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index bf333f3..5bc2a54 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -230,7 +230,7 @@ endif()
|
||
|
|
||
|
if (${MSVC})
|
||
|
set(msvc_static_runtime OFF)
|
||
|
- if ("${EVENT_LIBRARY_TYPE}" STREQUAL "STATIC")
|
||
|
+ if ("${VCPKG_CRT_LINKAGE}" STREQUAL "STATIC")
|
||
|
set(msvc_static_runtime ON)
|
||
|
endif()
|
||
|
|