mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 12:53:27 +00:00
* Use nlohmann-json and range-v3 from packages.
* Use vendored fmtlib because fmt::fmt-header-only target can not be found.
* Replace EthCompilerSettings.cmake.patch with -DPEDANTIC=OFF option.
* Replace libsolutil-JSON.cpp.patch with -DSTRICT_NLOHMANN_JSON_VERSION=OFF option.
* jsoncpp was replaced with nlohmann-json in
87d86bfba6
13 lines
242 B
Diff
13 lines
242 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -49,8 +49,8 @@
|
|
|
|
# Let's find our dependencies
|
|
include(EthDependencies)
|
|
+include(fmtlib)
|
|
if (NOT USE_SYSTEM_LIBRARIES)
|
|
- include(fmtlib)
|
|
include(nlohmann-json)
|
|
include(range-v3)
|
|
endif()
|