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

Set C++ standard.

parent 73e2b5d5
Branches
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.6)
project(SmartGridModell)
set(CMAKEW_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