Files
termux-packages/packages/solidity/libsolutil-CMakeLists.txt.patch
termux-pacman-bot 7d4bc81a87 bump(main/solidity): 0.8.31
Remove upstream patch file.
db18d42bde
2025-12-03 13:45:37 +00:00

14 lines
545 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_LIBRARY} range-v3 fmt::fmt-header-only nlohmann_json::nlohmann_json)
+target_link_libraries(solutil PUBLIC Boost::boost Boost::filesystem fmt::fmt-header-only)
target_include_directories(solutil PUBLIC "${PROJECT_SOURCE_DIR}")
add_dependencies(solutil solidity_BuildInfo.h)