diff --git a/external/libqoirdo/CMakeLists.txt b/external/libqoirdo/CMakeLists.txt index d7f45f4..12284f3 100644 --- a/external/libqoirdo/CMakeLists.txt +++ b/external/libqoirdo/CMakeLists.txt @@ -13,7 +13,7 @@ add_library(qoirdo ./qoirdo.cpp ) -target_compile_features(qoirdo PUBLIC cxx_std_11) +target_compile_features(qoirdo PUBLIC cxx_std_17) target_include_directories(qoirdo SYSTEM INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")