From 0342220203fd3adb2a1859230223311252ab24e3 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 27 May 2025 13:34:11 -0400 Subject: Update CXX_STANDARD to 20. Also update minimum CMake version. --- view/sharedcache/api/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/api/CMakeLists.txt') diff --git a/view/sharedcache/api/CMakeLists.txt b/view/sharedcache/api/CMakeLists.txt index c14674a7..68d891bb 100644 --- a/view/sharedcache/api/CMakeLists.txt +++ b/view/sharedcache/api/CMakeLists.txt @@ -67,7 +67,7 @@ target_include_directories(sharedcacheapi PUBLIC ${PROJECT_SOURCE_DIR} ${INCLUDES}) set_target_properties(sharedcacheapi PROPERTIES - CXX_STANDARD 17 + CXX_STANDARD 20 CXX_VISIBILITY_PRESET hidden CXX_STANDARD_REQUIRED ON VISIBILITY_INLINES_HIDDEN ON -- cgit v1.3.1