Skip to content

Commit

Permalink
[BW]: [Fix] Fixed bug causing clean build to fail. For strange reason…
Browse files Browse the repository at this point in the history
… Cmake does not detect correctly dependencies between Wasm targets and they must be specified in actual order
  • Loading branch information
vogel76 committed Nov 7, 2018
1 parent dc4eda7 commit 26e50a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(STANDARD_INCLUDE_FOLDERS ${CMAKE_SOURCE_DIR}/contracts ${CMAKE_BINARY_DIR}/c
add_subdirectory(eosiolib)
add_subdirectory(musl)
add_subdirectory(libc++)
add_subdirectory(beoslib)
add_subdirectory(simple.token)
add_subdirectory(eosio.token)
add_subdirectory(eosio.msig)
Expand Down Expand Up @@ -34,7 +35,6 @@ add_subdirectory(noop)
add_subdirectory(tic_tac_toe)
add_subdirectory(payloadless)
add_subdirectory(integration_test)
add_subdirectory(beoslib)
add_subdirectory(eosio.init)
add_subdirectory(eosio.gateway)
add_subdirectory(eosio.distribution)
Expand Down

0 comments on commit 26e50a3

Please sign in to comment.