From 21f3ff9a4cc700dab23423fea45e3580ebbfd943 Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Tue, 7 Jul 2026 11:53:43 +0300 Subject: [PATCH] ... --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be857ef..c908c96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,8 @@ option(SNPLIB_BUILD_EXAMPLES "Build examples" ON) option(SNPLIB_USE_SPDLOG "Use of spdlog library" ON) if(SNPLIB_USE_SPDLOG) - find_package(spdlog CONFIG) + include(FetchContent) + # find_package(spdlog CONFIG) if(NOT spdlog_FOUND) FetchContent_Declare( spdlog