From b6a3427a58a09e6f78f2b68ead9cd508e8076a78 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 31 May 2022 22:15:50 +0200 Subject: [PATCH] CMake: remove FetchContent --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e443819..b184ba3 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)