From ca8ad8259b7d72b7047f1e58c7bdce5f3f442a73 Mon Sep 17 00:00:00 2001 From: Luca D'Amico Date: Mon, 19 Aug 2024 15:58:33 +0200 Subject: [PATCH] Now use C++20 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb900e5..8ce3127 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,7 @@ else() endif() # Set C++ standard for the target -target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_14) +target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_20) # Enable Qt's automatic features for the target set_target_properties(${PROJECT_NAME} PROPERTIES