Skip to content

Commit

Permalink
Use de-facto standard CMake namespace convention (#792)
Browse files Browse the repository at this point in the history
Change the namespace from yaml::yaml to yaml-cpp::yaml-cpp.
  • Loading branch information
gocarlos authored and jbeder committed Nov 29, 2019
1 parent 5b3e30b commit 587b24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::yaml ALIAS yaml-cpp)
add_library(yaml-cpp::yaml-cpp ALIAS yaml-cpp)

set_property(TARGET yaml-cpp
PROPERTY
Expand Down

0 comments on commit 587b24e

Please sign in to comment.