We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4ed6a commit 0d9cea4Copy full SHA for 0d9cea4
1 file changed
tests/fuzz/wasm-mutator-fuzz/CMakeLists.txt
@@ -3,17 +3,17 @@
3
4
cmake_minimum_required (VERSION 2.8)
5
6
-project(wasm_mutator)
7
-
8
-set (CMAKE_BUILD_TYPE Debug)
9
10
if (NOT DEFINED CMAKE_C_COMPILER)
11
set (CMAKE_C_COMPILER "clang")
12
endif ()
13
if (NOT DEFINED CMAKE_CXX_COMPILER)
14
set (CMAKE_CXX_COMPILER "clang++")
15
16
+project(wasm_mutator)
+
+set (CMAKE_BUILD_TYPE Debug)
17
string (TOLOWER ${CMAKE_HOST_SYSTEM_NAME} WAMR_BUILD_PLATFORM)
18
19
# Reset default linker flags
0 commit comments