commit 04547a6731eb24d2aa90385d4cb47d5efe602949
parent 7945b4704578ad672408fabc86a2c73345bced85
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Tue, 28 Dec 2021 22:22:45 +0100
Merge remote-tracking branch 'origin/main' into next
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -7,7 +7,7 @@ project(CLAP C CXX)
add_library(clap-core INTERFACE)
target_include_directories(clap-core INTERFACE include)
-install(DIRECTORY include DESTINATION "${CMAKE_INSTALL_PREFIX}")
+install(DIRECTORY include DESTINATION "." OPTIONAL EXCLUDE_FROM_ALL)
add_executable(clap-compile-test-c EXCLUDE_FROM_ALL src/main.c)
target_link_libraries(clap-compile-test-c clap-core)