1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-31 07:34:46 +02:00

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

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