From e03989151295a924eb0382b114be57751df8d0fe Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 7 May 2026 01:18:16 -0300 Subject: [PATCH] build: require cpp 20 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b018594..5faa3c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,8 @@ endif() add_library(seallib STATIC ${SEALLIB_SOURCES}) target_include_directories(seallib PUBLIC src/lib) +target_compile_features(seallib PUBLIC cxx_std_20) +set_target_properties(seallib PROPERTIES CXX_EXTENSIONS OFF) # ------------------------------ # test