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 ef9df94 commit 3027947Copy full SHA for 3027947
code/spaceship/CMakeLists.txt
@@ -3,13 +3,13 @@
3
cmake_minimum_required( VERSION 3.12 )
4
project( spaceship LANGUAGES CXX )
5
6
-set(CMAKE_CXX_STANDARD 20)
7
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
8
-
9
# Set up the compilation environment.
10
include( "${CMAKE_CURRENT_SOURCE_DIR}/../CompilerSettings.cmake" )
11
include( "${CMAKE_CURRENT_SOURCE_DIR}/../SolutionTarget.cmake" )
12
+set(CMAKE_CXX_STANDARD 20)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
+
13
# Create the user's executable.
14
add_executable( spaceship "spaceship.cpp" )
15
0 commit comments