From 114af0a5ba1ec63e9668dd2982c94bcced15d25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Albanese?= Date: Sat, 25 Oct 2025 21:41:34 +0200 Subject: [PATCH] Fix install command to remove CMP0177 warning that cmake complains about nitpick but it always pops when I run cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e27afe4..9cc47a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,4 +98,4 @@ if (${CLAP_HELPERS_BUILD_TESTS}) endif() install(DIRECTORY include DESTINATION ".") -install(FILES "cmake/clap-helpers-config.cmake" DESTINATION "./lib/cmake/clap-helpers") +install(FILES "cmake/clap-helpers-config.cmake" DESTINATION "lib/cmake/clap-helpers")