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:
parent
6788ff99bd
commit
6f4415b4b8
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user