Skip to content

Commit a6f1145

Browse files
CMAKE_CXX_STANDARD 17 inlifexplorer
1 parent e4edc6a commit a6f1145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blifexplorer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22

33
project("blifexplorer")
44

5-
set(CMAKE_CXX_STANDARD 14)
5+
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
set(CMAKE_CXX_EXTENSIONS OFF)
88

0 commit comments

Comments
 (0)