From c6668d4cc8c1f4e4224763597099a0b617e82557 Mon Sep 17 00:00:00 2001 From: "LIU, CHAUNCY" Date: Wed, 21 Feb 2024 19:08:15 -0500 Subject: [PATCH] Use instead of include --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f811481..80b12cb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,7 @@ target_include_directories(yaml PUBLIC install( FILES include/yaml.h - DESTINATION include COMPONENT Development + DESTINATION ${INSTALL_INCLUDE_DIR} COMPONENT Development ) install(