1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Enable cxx11 (it's not enabled by default with clang)

This commit is contained in:
Mathieu Schroeter 2017-07-30 00:16:54 +02:00
parent 6788ff99bd
commit 6f4415b4b8

View File

@ -2,6 +2,7 @@
cmake_minimum_required (VERSION 3.2)
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
set (CMAKE_CXX_STANDARD 11)
include (${CMAKE_ROOT}/Modules/ExternalProject.cmake)