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