0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 21:22:27 +00:00
termux-packages/packages/solidity/libsolutil-CMakeLists.txt.patch
Biswapriyo Nath 55c697aae4 bump(main/solidity): 0.8.27
The cmake option USE_SYSTEM_LIBRARIES was replaced with IGNORE_VENDORED_DEPENDENCIES.
01a01eb2e0
2024-09-04 21:03:15 +05:30

14 lines
549 B
Diff

range-v3 and nlohmann-json are headers only and not libraries
--- a/libsolutil/CMakeLists.txt
+++ b/libsolutil/CMakeLists.txt
@@ -43,7 +43,7 @@
)
add_library(solutil ${sources})
-target_link_libraries(solutil PUBLIC Boost::boost Boost::filesystem Boost::system range-v3 fmt::fmt-header-only nlohmann_json::nlohmann_json)
+target_link_libraries(solutil PUBLIC Boost::boost Boost::filesystem Boost::system fmt::fmt-header-only)
target_include_directories(solutil PUBLIC "${PROJECT_SOURCE_DIR}")
add_dependencies(solutil solidity_BuildInfo.h)