Skip to content

Commit a0eb12f

Browse files
committed
switch to c++ 20
Signed-off-by: Jade Turner <spacey-sooty@proton.me>
1 parent 4ee6e5c commit a0eb12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(mrcal_jni LANGUAGES C CXX VERSION 1.0.0)
55
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
66

77
# C++
8-
set(CMAKE_CXX_STANDARD 23)
8+
set(CMAKE_CXX_STANDARD 20)
99
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1010
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1111

0 commit comments

Comments
 (0)