mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Add namespace for the exported targets (#1196)
This matches the name for the ALIAS targets, and fixes #1025.
This commit is contained in:
@@ -168,6 +168,7 @@ if (YAML_CPP_INSTALL)
|
|||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
||||||
FILES_MATCHING PATTERN "*.h")
|
FILES_MATCHING PATTERN "*.h")
|
||||||
install(EXPORT yaml-cpp-targets
|
install(EXPORT yaml-cpp-targets
|
||||||
|
NAMESPACE yaml-cpp::
|
||||||
DESTINATION "${CONFIG_EXPORT_DIR}")
|
DESTINATION "${CONFIG_EXPORT_DIR}")
|
||||||
install(FILES
|
install(FILES
|
||||||
"${PROJECT_BINARY_DIR}/yaml-cpp-config.cmake"
|
"${PROJECT_BINARY_DIR}/yaml-cpp-config.cmake"
|
||||||
|
Reference in New Issue
Block a user