mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1 from LefterisJP/cmake_fixes
Fix the build - library is not a module
This commit is contained in:
commit
22c22d249c
@ -23,5 +23,5 @@ if (EMSCRIPTEN)
|
||||
eth_use(soljson REQUIRED Solidity::solidity)
|
||||
else()
|
||||
add_library(soljson jsonCompiler.cpp ${HEADERS})
|
||||
target_link_libraries(soljson Solidity::solidity)
|
||||
target_link_libraries(soljson solidity)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user