We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837ff63 commit ea582fbCopy full SHA for ea582fb
1 file changed
tests/fuzz/wasm-mutator-fuzz/CMakeLists.txt
@@ -7,8 +7,12 @@ 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
17
string (TOLOWER ${CMAKE_HOST_SYSTEM_NAME} WAMR_BUILD_PLATFORM)
18
0 commit comments