Skip to content

Commit

Permalink
Do not link to libethereum for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Jul 1, 2016
1 parent 9216a4d commit a15b533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ file(GLOB HEADERS "*.h" "*/*.h")
set(EXECUTABLE soltest)
eth_simple_add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS})

eth_use(${EXECUTABLE} REQUIRED Solidity::solidity Eth::ethereum Eth::ethcore)
eth_use(${EXECUTABLE} REQUIRED Solidity::solidity Eth::ethcore)

include_directories(BEFORE ..)
target_link_libraries(${EXECUTABLE} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})
Expand Down

0 comments on commit a15b533

Please sign in to comment.