Skip to content

Commit 6ebada5

Browse files
committed
chore: bump example C++ standard to 23
1 parent 47f21ca commit 6ebada5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.25)
2020

2121
project(example)
2222

23-
set(CMAKE_CXX_STANDARD 20)
23+
set(CMAKE_CXX_STANDARD 23)
2424

2525
find_package(Iceberg CONFIG REQUIRED)
2626

0 commit comments

Comments
 (0)