aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/UseSolidity.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/UseSolidity.cmake')
-rw-r--r--cmake/UseSolidity.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/UseSolidity.cmake b/cmake/UseSolidity.cmake
index 46e2cac9..8db2f848 100644
--- a/cmake/UseSolidity.cmake
+++ b/cmake/UseSolidity.cmake
@@ -25,7 +25,7 @@ function(eth_apply TARGET REQUIRED SUBMODULE)
endif()
if (${SUBMODULE} STREQUAL "solidity" OR ${SUBMODULE} STREQUAL "")
- eth_use(${TARGET} ${REQUIRED} Dev::devcore Solidity::evmasm)
+ eth_use(${TARGET} ${REQUIRED} Dev::soldevcore Solidity::evmasm)
target_link_libraries(${TARGET} ${Solidity_SOLIDITY_LIBRARIES})
endif()