Skip to content
Snippets Groups Projects
Commit 2002a73a authored by Maxence Naud's avatar Maxence Naud
Browse files

Enforce C++-14 in 'CMakeLists.txt'

parent 38b22658
No related branches found
No related tags found
1 merge request!27[Upd] version 0.1.4 -> 0.1.5
cmake_minimum_required(VERSION 3.18)
set(CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
file(STRINGS "${CMAKE_SOURCE_DIR}/version.txt" version)
......
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