Update CMakeLists.txt

This commit is contained in:
Fatih YAZICI 2019-10-04 19:17:41 +03:00 committed by GitHub
parent 848091124d
commit abb4798987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ set(msvc-rt-mt-dll $<STREQUAL:${msvc-rt},MultiThreadedDLL>)
set(backport-msvc-runtime $<VERSION_LESS:${CMAKE_VERSION},3.15>)
add_library(yaml-cpp ${yaml-cpp-type})
add_library(yaml-cpp ${yaml-cpp-type} "")
add_library(yaml::yaml ALIAS yaml-cpp)
set_property(TARGET yaml-cpp