Skip to content

Commit a742384

Browse files
CMake 3.2
1 parent 36becec commit a742384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2)
1818
project(WABT)
1919

2020
set(COMPILER_IS_CLANG 1)

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.2)
22

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

0 commit comments

Comments
 (0)