by *tech_star* » Fri Nov 20, 2015 1:45 pm
You can try this - in tests/CMakeLists.txt file
you have to find these lines:
target_link_libraries(IntegrationTests IntegrationTestLibrary Wallet NodeRpcProxy InProcessNode P2P Rpc Http Transfers Serialization System CryptoNoteCore Logging Common Crypto BlockchainExplorer gtest upnpc-static ${Boost_LIBRARIES})
and replace those with:
set(IntegrationTestsLibs IntegrationTestLibrary Wallet NodeRpcProxy InProcessNode P2P Rpc Http Transfers Serialization System CryptoNoteCore Logging Common Crypto BlockchainExplorer gtest upnpc-static ${Boost_LIBRARIES})
target_link_libraries(IntegrationTests ${IntegrationTestsLibs} ${IntegrationTestsLibs})
If this doesn't work, you can actually can pass on this mistake, if you're not going to run the tests, as it won't affect daemon and wallet.