We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd49ef1 commit 3f6d4c3Copy full SHA for 3f6d4c3
CMakeLists.txt
@@ -3,6 +3,9 @@
3
#-------------------------------------------------------------------------------------------
4
cmake_minimum_required(VERSION 3.0)
5
project(safememory CXX)
6
+set(CMAKE_CXX_STANDARD 17)
7
+include(CTest)
8
+
9
10
11
# Options
0 commit comments