Files
termux-packages/packages/solidity/CMakeLists.txt.patch
termux-pacman-bot e437318e91 bump(main/solidity): 0.8.27
The cmake option USE_SYSTEM_LIBRARIES was replaced with IGNORE_VENDORED_DEPENDENCIES.
01a01eb2e0
2024-09-04 15:37:52 +00:00

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()