CAPITAL LETTERS

BECAUSE COBOL
This commit is contained in:
ThePhD 2017-12-11 12:34:54 -05:00
parent c0660b454c
commit e54b775003

View File

@ -81,7 +81,7 @@ if (TESTS)
# catch requires C++ files when built out of its tree now, so we cannot 'just get the git repository' anymore
# which sort of sucks, but MEH
# this is easiest for now
file(download https://github.com/catchorg/Catch2/releases/download/v2.0.1/catch.hpp ${CMAKE_BINARY_DIR}/Catch/include/catch.hpp)
file(DOWNLOAD https://github.com/catchorg/Catch2/releases/download/v2.0.1/catch.hpp ${CMAKE_BINARY_DIR}/Catch/include/catch.hpp)
file(GLOB TEST_SRC tests/test*.cpp)
source_group(tests FILES ${TEST_SRC})