diff options
Diffstat (limited to 'cmake/UseDev.cmake')
-rw-r--r-- | cmake/UseDev.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/UseDev.cmake b/cmake/UseDev.cmake index 1f4c9a2d..4461a8a0 100644 --- a/cmake/UseDev.cmake +++ b/cmake/UseDev.cmake @@ -22,9 +22,9 @@ function(eth_apply TARGET REQUIRED SUBMODULE) endif() - if (${SUBMODULE} STREQUAL "devcore") + if (${SUBMODULE} STREQUAL "soldevcore") eth_use(${TARGET} ${REQUIRED} Dev::base) - target_link_libraries(${TARGET} devcore) + target_link_libraries(${TARGET} soldevcore) endif() endfunction() |