Skip to content

Commit c6d1e7d

Browse files
committed
chore: bump duckdb ext build to c++ 20
1 parent d9f354b commit c6d1e7d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ set(TARGET_NAME vortex)
44
project(${TARGET_NAME}_project)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7-
set(CMAKE_CXX_STANDARD 17)
8-
9-
# Allow C++20 designator syntax in C++17
10-
add_compile_options(-Wno-c++20-designator)
7+
set(CMAKE_CXX_STANDARD 20)
118

129
include(FetchContent)
1310
FetchContent_Declare(

0 commit comments

Comments
 (0)