From d401bf0fd244d8a16765ee017b681787df76a3d1 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 12 May 2025 22:26:07 +0200 Subject: [PATCH] c++ std fixup --- external/libqoirdo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")