CMake tweaks
- I think CMake 3.1 is enough for now. - Ubuntu works too. BUG=skia:4269 Review URL: https://codereview.chromium.org/1323093002
This commit is contained in:
parent
0a1fa5e4c3
commit
0ce744e306
@ -1,5 +1,5 @@
|
||||
# Boilerplate.
|
||||
cmake_minimum_required (VERSION 3.3) # The latest version as I write this. May be too strict.
|
||||
cmake_minimum_required (VERSION 3.1) # First version with CMAKE_CXX_STANDARD.
|
||||
project (skimake)
|
||||
set (CMAKE_CXX_STANDARD 11)
|
||||
|
||||
|
@ -20,7 +20,7 @@ Currently supported platforms
|
||||
|
||||
Currently maybe-kinda-working platforms
|
||||
---------------------------------------
|
||||
- x86-64 Mac OS X built with Clang (i.e. mtklein's laptop).
|
||||
- x86-64 Mac OS X, Ubuntu 15.04
|
||||
|
||||
Caveats
|
||||
-------
|
||||
|
Loading…
Reference in New Issue
Block a user