0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 21:22:27 +00:00
termux-packages/packages/solidity/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

13 lines
250 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,8 +49,8 @@
# Let's find our dependencies
include(EthDependencies)
+include(fmtlib)
if (NOT IGNORE_VENDORED_DEPENDENCIES)
- include(fmtlib)
include(nlohmann-json)
include(range-v3)
endif()