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 edadfec commit 669af4eCopy full SHA for 669af4e
CMakeLists.txt
@@ -29,7 +29,7 @@ cmake_dependent_option(YAML_CPP_INSTALL
29
"CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR" OFF)
30
cmake_dependent_option(YAML_MSVC_SHARED_RT
31
"MSVC: Build yaml-cpp with shared runtime libs (/MD)" ON
32
- "MSVC" OFF)
+ "CMAKE_SYSTEM_NAME MATCHES Windows" OFF)
33
34
if (YAML_BUILD_SHARED_LIBS)
35
set(yaml-cpp-type SHARED)
0 commit comments