Skip to content
Snippets Groups Projects
Commit 65582728 authored by Jaime Arias's avatar Jaime Arias
Browse files

Require C++14

parent 7a32a106
No related branches found
No related tags found
Loading
......@@ -4,6 +4,10 @@ cmake_minimum_required(VERSION 3.0.0)
# Project information
project(adt2amas CXX)
# Require C++14
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED)
# Source folder
add_subdirectory(src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment