From 79ce6930a2def57478a3d79f5f0573273626cb37 Mon Sep 17 00:00:00 2001 From: Rian Quinn Date: Wed, 22 Mar 2017 14:19:51 -0600 Subject: [PATCH] remove redundant "/" This "/" is not needed as CMake adds this automatically --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 159fcce9..95bdf68e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -269,4 +269,4 @@ set_tests_properties(ListTests PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ test c add_test(NAME ListTags COMMAND SelfTest --list-tags) set_tests_properties(ListTags PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ tags") -install(DIRECTORY "single_include/" DESTINATION "include/catch/") +install(DIRECTORY "single_include/" DESTINATION "include/catch")