Skip to content

Commit be7355e

Browse files
Dump cmake to 3.5
1 parent 36becec commit be7355e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
1+
cmake_minimum_required(VERSION 3.5)
22
project (CHAKRACORE)
33

44
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -g")

lib/wabt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
cmake_minimum_required(VERSION 2.6)
17+
cmake_minimum_required(VERSION 3.5)
1818
project(WABT)
1919

2020
set(COMPILER_IS_CLANG 1)

lib/wabt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This will fetch the testsuite and gtest repos, which are needed for some tests.
4444
You'll need [CMake](https://cmake.org). If you just run `make`, it will run
4545
CMake for you, and put the result in `out/clang/Debug/` by default:
4646

47-
> Note: If you are on macOS, you will need to use CMake version 3.2 or higher
47+
> Note: If you are on macOS, you will need to use CMake version 3.5 or higher
4848
4949
```console
5050
$ make

pal/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(COREPAL)
44

pal/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(chakrapal)
44

tools/RecyclerChecker/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8)
1+
cmake_minimum_required(VERSION 3.5)
22

33
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
44
# set(CMAKE_VERBOSE_MAKEFILE on)

0 commit comments

Comments
 (0)