Files
termux-packages/packages/solidity/CMakeLists.txt.patch
termux-actions[bot] 3d5cb9298f packages/solidity
2022-02-09 01:09:48 +00:00

13 lines
250 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,9 +42,7 @@
# Let's find our dependencies
include(EthDependencies)
include(fmtlib)
-include(jsoncpp)
include(range-v3)
-include_directories(SYSTEM ${JSONCPP_INCLUDE_DIR})
find_package(Threads)