提交 02c0dc67 编写于 作者: D Daniel Larimer

Update cmakelist to require wasm now that system.contract is mandatory

上级 0c13dd3c
...@@ -172,9 +172,7 @@ if(WASM_TOOLCHAIN) ...@@ -172,9 +172,7 @@ if(WASM_TOOLCHAIN)
message(STATUS "Using WASM llvm-link => " ${WASM_LLVM_LINK}) message(STATUS "Using WASM llvm-link => " ${WASM_LLVM_LINK})
add_subdirectory(contracts) add_subdirectory(contracts)
else() else()
message(STATUS "--------------------------------------------------------------------") message( FATAL_ERROR "No WASM compiler cound be found" )
message(STATUS "No WASM compiler could be found ... (skipping building of contracts)")
message(STATUS "--------------------------------------------------------------------")
endif() endif()
include(installer) include(installer)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册