diff --git a/CMakeLists.txt b/CMakeLists.txt index 12320fbf..56bce9ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,6 +98,7 @@ endif() add_library(spdlog::spdlog ALIAS spdlog) +target_compile_features(spdlog PUBLIC cxx_std_11) target_compile_definitions(spdlog PUBLIC SPDLOG_COMPILED_LIB) target_include_directories(spdlog PUBLIC "$"