Skip to content

Commit

Permalink
Add deleted messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ygnkim committed Jan 11, 2021
1 parent 233c8ad commit 91ac8ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ macro(find_package)
endif()
endmacro()

message("--------------------------------------------------------------------------------------")
message(" Start default dependencies build")
message("--------------------------------------------------------------------------------------")
add_subdirectory(openssl)
add_subdirectory(curl)
add_subdirectory(bdb)

add_subdirectory(libev)

#
add_subdirectory(go-ethereum)

add_subdirectory(shadow_storage_manager)
Expand Down
2 changes: 0 additions & 2 deletions tests/regtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ endif()

include(ShadowTools)


if(ZCASH_OPT STREQUAL ON)
message("------------------------------------------------------------------------------")
message(" Zcash build start")
Expand Down Expand Up @@ -93,4 +92,3 @@ else(ZCASH_OPT STREQUAL ON)
add_subdirectory(shadow-bitcoin)
add_subdirectory(shadow-syscalls)
endif(ZCASH_OPT STREQUAL ON)

0 comments on commit 91ac8ca

Please sign in to comment.