We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36becec commit a742384Copy full SHA for a742384
lib/wabt/CMakeLists.txt
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
#
16
17
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.2)
18
project(WABT)
19
20
set(COMPILER_IS_CLANG 1)
tools/RecyclerChecker/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8)
2
3
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
4
# set(CMAKE_VERBOSE_MAKEFILE on)
0 commit comments