Skip to content

Commit

Permalink
Bump C++ version
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos committed Oct 9, 2024
1 parent e9017bd commit 20e524c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if(CCACHE_FOUND)
endif()

# Set C++17 as required standard for all C++ targets (C++17 minimum is required to use the TileDB C++ API).
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF) # Don't use GNU extensions

Expand Down

0 comments on commit 20e524c

Please sign in to comment.