"example/vscode:/vscode.git/clone" did not exist on "04da355444f3d43d728d7c961a5b43a2834a22c1"
Unverified Commit b8882652 authored by Ryan's avatar Ryan Committed by GitHub
Browse files

Add namespace for the exported targets (#1196)

This matches the name for the ALIAS targets, and fixes #1025.
parent 0e6e28d1
......@@ -168,6 +168,7 @@ if (YAML_CPP_INSTALL)
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
FILES_MATCHING PATTERN "*.h")
install(EXPORT yaml-cpp-targets
NAMESPACE yaml-cpp::
DESTINATION "${CONFIG_EXPORT_DIR}")
install(FILES
"${PROJECT_BINARY_DIR}/yaml-cpp-config.cmake"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment