mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
CAPITAL LETTERS
BECAUSE COBOL
This commit is contained in:
parent
c0660b454c
commit
e54b775003
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user