From d4e7645197e288e3ec532c4e97a592eda8b6389c Mon Sep 17 00:00:00 2001 From: ianpatt Date: Sat, 16 Sep 2023 10:38:26 -0700 Subject: [PATCH] specify c++17 #13 --- sfse/CMakeLists.txt | 2 +- sfse_loader/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sfse/CMakeLists.txt b/sfse/CMakeLists.txt index 505e42d..146834c 100644 --- a/sfse/CMakeLists.txt +++ b/sfse/CMakeLists.txt @@ -138,7 +138,7 @@ target_compile_definitions( target_compile_features( ${PROJECT_NAME} PUBLIC - cxx_std_11 + cxx_std_17 ) target_include_directories( diff --git a/sfse_loader/CMakeLists.txt b/sfse_loader/CMakeLists.txt index 6da0e7d..960468a 100644 --- a/sfse_loader/CMakeLists.txt +++ b/sfse_loader/CMakeLists.txt @@ -65,7 +65,7 @@ target_compile_definitions( target_compile_features( ${PROJECT_NAME} PUBLIC - cxx_std_11 + cxx_std_17 ) target_include_directories(