diff options
Diffstat (limited to 'lllc/CMakeLists.txt')
-rw-r--r-- | lllc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lllc/CMakeLists.txt b/lllc/CMakeLists.txt index a9432432..989b8cbf 100644 --- a/lllc/CMakeLists.txt +++ b/lllc/CMakeLists.txt @@ -6,7 +6,7 @@ file(GLOB HEADERS "*.h") include_directories(BEFORE ..) add_executable(${EXECUTABLE} ${SRC_LIST} ${HEADERS}) -eth_use(${EXECUTABLE} REQUIRED Eth::lll Dev::buildinfo) +eth_use(${EXECUTABLE} REQUIRED Solidity::lll Dev::buildinfo) install( TARGETS ${EXECUTABLE} DESTINATION bin ) |