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:
mtklein 2015-09-01 09:22:31 -07:00 committed by Commit bot
parent 0a1fa5e4c3
commit 0ce744e306
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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
-------