aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-09-01 09:22:31 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-01 09:22:32 -0700
commit0ce744e3069e04cc61733fdb247c2d938de5e1a2 (patch)
tree0cd6aa2a4fc9c5df5c72222c2d2c8442580853ae /cmake
parent0a1fa5e4c34524bc04f820bb77798999673d3de3 (diff)
CMake tweaks
- I think CMake 3.1 is enough for now. - Ubuntu works too. BUG=skia:4269 Review URL: https://codereview.chromium.org/1323093002
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt2
-rw-r--r--cmake/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index ea98cd145f..e83a2b0a86 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -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)
diff --git a/cmake/README.md b/cmake/README.md
index 36c1c3d20c..9fd84a7b1c 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -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
-------