diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-19 09:54:32 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-19 09:54:32 -0800 |
commit | d004ea9799ec3f0a9a25071ca3ced5ee3cd7144f (patch) | |
tree | f3e5d84882802d25056383a53755b74186a8295a | |
parent | bc560295e015020d9b9e60fdab329c36e91d0260 (diff) | |
download | binaryen-d004ea9799ec3f0a9a25071ca3ced5ee3cd7144f.tar.gz binaryen-d004ea9799ec3f0a9a25071ca3ced5ee3cd7144f.tar.bz2 binaryen-d004ea9799ec3f0a9a25071ca3ced5ee3cd7144f.zip |
lower required cmake version so ubuntu 14.04 lts is ok, which should be a bunch of users
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ef1e90d09..3fc7b6854 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(binaryen CXX) -CMAKE_MINIMUM_REQUIRED(VERSION 3.0) +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12.2) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/src) |