Skip to content

Commit 3f6d4c3

Browse files
author
Marcos Bracco
committed
Fix Cmakelists.txt
1 parent bd49ef1 commit 3f6d4c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#-------------------------------------------------------------------------------------------
44
cmake_minimum_required(VERSION 3.0)
55
project(safememory CXX)
6+
set(CMAKE_CXX_STANDARD 17)
7+
include(CTest)
8+
69

710
#-------------------------------------------------------------------------------------------
811
# Options

0 commit comments

Comments
 (0)