mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
55c697aae4
The cmake option USE_SYSTEM_LIBRARIES was replaced with IGNORE_VENDORED_DEPENDENCIES.
01a01eb2e0
13 lines
250 B
Diff
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()
|