diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 12:16:01 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 12:16:01 +0100 |
| commit | 79cbe50aa41bb386c3ed606d1392fef26e70511f (patch) | |
| tree | eebd65af45b92586367df00660b47de3e8a7d7b6 /lib | |
| parent | ba7cd4a751ce4c295f345e3f93098a51e8cf21fb (diff) | |
| download | newtype-79cbe50aa41bb386c3ed606d1392fef26e70511f.tar.xz newtype-79cbe50aa41bb386c3ed606d1392fef26e70511f.zip | |
lib: require C++23
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 9a36e3d..ec76c2e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -6,7 +6,7 @@ target_include_directories("newtype" INTERFACE ) target_compile_features("newtype" INTERFACE - "cxx_std_20" + "cxx_std_23" ) set_target_properties("newtype" PROPERTIES |
