From 3e33fb4b643a59cf973e8ff56b7c4fd7d153e20d Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 1 Mar 2020 09:49:52 -0500 Subject: [PATCH] Remove trailing slash from destination include directory Signed-off-by: Christophe Bedard --- tracetools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracetools/CMakeLists.txt b/tracetools/CMakeLists.txt index a5e6387..5e86bca 100644 --- a/tracetools/CMakeLists.txt +++ b/tracetools/CMakeLists.txt @@ -99,7 +99,7 @@ install(TARGETS install( DIRECTORY ${PROJECT_BINARY_DIR}/include/ - DESTINATION include/ + DESTINATION include ) install( TARGETS ${PROJECT_NAME}