blob: 9820e62376b9087a4ae54bd18cb71c3036852910 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3c60c055..bd76a7f7 100755
--- a/src/colmap/CMakeLists.txt
+++ b/src/colmap/CMakeLists.txt
@@ -43,7 +43,7 @@ elseif(IS_GNU OR IS_CLANG)
IS_GNU AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 6)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
else()
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
endif()
endif()
|