1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

revert to c++17

This commit is contained in:
Manuel Pitz 2022-05-02 18:17:08 +02:00 committed by Steffen Vogel
parent b47e1294f3
commit 9258537039

View file

@ -37,7 +37,7 @@ else()
set(TOPLEVEL_PROJECT OFF)
endif()
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror")
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)