Updated CMake settings

This commit is contained in:
2018-03-28 10:29:45 +02:00
parent 3ea9651665
commit a690981957
8 changed files with 34 additions and 42 deletions

View File

@ -1,6 +1,5 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.3)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/../cmake)
set(CMAKE_CXX_STANDARD 14)
# Set the name of your project here
project("external")