We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0343e76 commit ce2f172Copy full SHA for ce2f172
CMakeLists.txt
@@ -4,7 +4,7 @@ set(TARGET_NAME vortex)
4
project(${TARGET_NAME}_project)
5
6
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7
-set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_CXX_STANDARD 20)
8
9
include(FetchContent)
10
FetchContent_Declare(
vortex
0 commit comments