...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user