Skip to content
Snippets Groups Projects
Commit 3c4d5d0f authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Sébastien Blin
Browse files

build: use C++17

Change-Id: Ia0e27b961fca5de64a5c27714932eece35dee5ee
parent c20b5d3c
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ IF (CMAKE_COMPILER_IS_GNUCC)
ENDIF()
ENDIF()
SET(CMAKE_CXX_STANDARD 14)
SET(CMAKE_CXX_STANDARD 17)
SET(CXX_STANDARD_REQUIRED TRUE)
SET(CMAKE_AUTOMOC TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment