From e54b77500393835de54c3076a1c8e283e1576507 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Mon, 11 Dec 2017 12:34:54 -0500 Subject: [PATCH] CAPITAL LETTERS BECAUSE COBOL --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d237ad22..b39d39b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})