mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
set C++ standard to C++17
Primarily for structured binding declaration in range-based for loops
This commit is contained in:
parent
61ca7aa44f
commit
6a721847e4
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ project(VILLASfpga C CXX)
|
|||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)
|
||||
|
||||
set (CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(tests)
|
||||
add_subdirectory(src)
|
||||
|
|
Loading…
Add table
Reference in a new issue