Skip to content

Commit 95ae120

Browse files
committed
require c++17
1 parent 2b98e9c commit 95ae120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5)
55

66
project(PCM)
77

8-
set(CMAKE_CXX_STANDARD 11)
8+
set(CMAKE_CXX_STANDARD 17)
99
set(CMAKE_CXX_STANDARD_REQUIRED True)
1010
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1111

0 commit comments

Comments
 (0)