Skip to content

Commit 6d1911b

Browse files
committed
Move to C++17 standard
1 parent 17ed660 commit 6d1911b

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
@@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.18)
88

99
project(ExaGO VERSION "1.6.0")
1010

11-
set(CMAKE_CXX_STANDARD 14)
11+
set(CMAKE_CXX_STANDARD 17)
1212
# Enable setting Mac OS X rpath
1313
set(CMAKE_MACOSX_RPATH 1)
1414
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")

0 commit comments

Comments
 (0)