We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d046a commit 80d53a6Copy full SHA for 80d53a6
CMakeLists.txt
@@ -31,7 +31,7 @@ if (NOT CMAKE_CXX_FLAGS)
31
set(CMAKE_CXX_FLAGS "-Wall")
32
endif()
33
34
-# Use c++17
+# Use C++17
35
set(CMAKE_CXX_STANDARD 17)
36
37
# Set output directories
0 commit comments