Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7125 from EOSIO/larryk85-patch-1
Browse files Browse the repository at this point in the history
Revert EXCLUDE_FROM_ALL
  • Loading branch information
larryk85 authored Apr 15, 2019
2 parents c2a646b + ce9a01a commit 5d85158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ add_subdirectory( fc )
add_subdirectory( builtins )
add_subdirectory( softfloat )
add_subdirectory( chainbase )
add_subdirectory( wasm-jit EXCLUDE_FROM_ALL )
add_subdirectory( wasm-jit )
add_subdirectory( appbase )
add_subdirectory( chain )
add_subdirectory( testing )
Expand All @@ -26,4 +26,4 @@ get_property(_CTEST_CUSTOM_TESTS_IGNORE GLOBAL PROPERTY CTEST_CUSTOM_TESTS_IGNOR
set_property(GLOBAL PROPERTY CTEST_CUSTOM_TESTS_IGNORE
"change_authkey import_ed decrypt_ec decrypt_rsa ssh logs generate_rsa import_ec echo\
yubico_otp wrap_data wrap info import_rsa import_authkey generate_hmac generate_ec\
attest pbkdf2 parsing ${_CTEST_CUSTOM_TESTS_IGNORE}")
attest pbkdf2 parsing ${_CTEST_CUSTOM_TESTS_IGNORE}")
4 changes: 2 additions & 2 deletions libraries/wasm-jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ endif()

add_subdirectory(Include/Inline)

add_subdirectory(Source/Emscripten)
#add_subdirectory(Source/Emscripten)
add_subdirectory(Source/IR)
add_subdirectory(Source/Logging)
add_subdirectory(Source/Platform)
add_subdirectory(Source/Programs)
#add_subdirectory(Source/Programs)
add_subdirectory(Source/Runtime)
add_subdirectory(Source/WASM)
add_subdirectory(Source/WAST)
Expand Down

0 comments on commit 5d85158

Please sign in to comment.