Bump the required CMake version to 3.1.0 and enforce compiler C++14 support.
This commit is contained in:
parent
756cb09bc3
commit
1a2ca9c809
|
@ -1,4 +1,7 @@
|
|||
cmake_minimum_required(VERSION 2.8.3)
|
||||
cmake_minimum_required(VERSION 3.1.0)
|
||||
|
||||
# set the minimum required C++ standard to C++14
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
# define a macro that helps defining an option
|
||||
macro(sfml_set_option var default type docstring)
|
||||
|
|
Loading…
Reference in a new issue