From ecc1730912e93800b075821fe5d8dd321d605eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Fri, 18 Oct 2019 15:14:05 -0400 Subject: [PATCH] GCC 4 is why we can't have nice things... yet --- indra/deps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt index d9a7df8da..3525203d6 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -39,6 +39,6 @@ if (BUILD_TESTING) endif() #Download the rest of the libraries -FetchContent_MakeAvailable(fmt) +#FetchContent_MakeAvailable(fmt) set(CMAKE_FOLDER "")