From: tobtoht Date: Tue, 31 May 2022 20:15:50 +0000 (+0200) Subject: CMake: remove FetchContent X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=b6a3427a58a09e6f78f2b68ead9cd508e8076a78;p=gamesguru%2Ffeather.git CMake: remove FetchContent --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e4438190..b184ba3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,6 @@ option(WITH_SCANNER "Enable webcam QR scanner" OFF) list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_SOURCE_DIR}/cmake") include(CheckCCompilerFlag) include(CheckCXXCompilerFlag) -include(FetchContent) include(FindCcache) include(CheckIncludeFile) include(CheckSymbolExists)