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 f8f760f commit c6668d4Copy full SHA for c6668d4
CMakeLists.txt
@@ -84,7 +84,7 @@ target_include_directories(yaml PUBLIC
84
install(
85
FILES
86
include/yaml.h
87
- DESTINATION include COMPONENT Development
+ DESTINATION ${INSTALL_INCLUDE_DIR} COMPONENT Development
88
)
89
90
0 commit comments