Skip to content
Snippets Groups Projects
Commit 0d9ddd33 authored by Armin Co's avatar Armin Co
Browse files

Set the right standard.

parent 5ec4736e
Branches
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.6)
project(SmartGridModell)
set(CMAKEW_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 17)
# Add spdlog for nice and easy logging
add_subdirectory(libs/spdlog)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment