diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-12 19:01:32 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-12-12 19:01:32 +0800 |
commit | 3fefc4df0bf65d060695b1a0e6149ec7a6d8dbfd (patch) | |
tree | b84a3d6c1c0a7ad722978f24e15d3d4da820468b /CMakeLists.txt | |
parent | 4fbf9105c35c6e13c5b9e2fa44b3c8570a85e05b (diff) | |
download | dexon-solidity-3fefc4df0bf65d060695b1a0e6149ec7a6d8dbfd.tar.gz dexon-solidity-3fefc4df0bf65d060695b1a0e6149ec7a6d8dbfd.tar.zst dexon-solidity-3fefc4df0bf65d060695b1a0e6149ec7a6d8dbfd.zip |
renamed _DIR -> _DIRS && _LIBRARY -> _LIBRARIES according to cmake guidelines
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 44033496..73003e80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ target_link_libraries(testeth secp256k1) target_link_libraries(testeth solidity) target_link_libraries(testeth webthree) target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE}) -target_link_libraries(testeth ${CURL_LIBRARY}) +target_link_libraries(testeth ${CURL_LIBRARIES}) if (JSONRPC) target_link_libraries(testeth web3jsonrpc) |