remove redundant "/"

This "/" is not needed as CMake adds this automatically
This commit is contained in:
Rian Quinn 2017-03-22 14:19:51 -06:00 committed by Martin Hořeňovský
parent d762a7ca6c
commit 79ce6930a2
1 changed files with 1 additions and 1 deletions

View File

@ -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")