Skip to content

Commit da2fc11

Browse files
committed
Require C++17 due to abseil dependencies in newer protobuf
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent ccb0746 commit da2fc11

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
@@ -9,7 +9,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
99
endif()
1010

1111
# Set the C++ standard
12-
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard to be used")
12+
set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ standard to be used")
1313
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1414

1515
if(MSVC)

0 commit comments

Comments
 (0)