未验证 提交 05d359a0 编写于 作者: D Daniel Larimer 提交者: GitHub

Merge pull request #1293 from EOSIO/dan

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