Refactor CLN dependency & Cleanup (#6251)
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>
Thu, 1 Apr 2021 18:20:53 +0000 (20:20 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 18:20:53 +0000 (18:20 +0000)
commit3f4b33522bd04b509b73267550d24c44e61998ce
tree8065d0d2c20ec8d4005880d0565589efd3dc210b
parent05a53a2ac405bcd18a84024247145f161809c3b0
Refactor CLN dependency & Cleanup (#6251)

This PR migrates CLN to a new Find script and adds the possibility to install CLN if not found in the system.
Also, it does a bit of cleanup.
19 files changed:
CMakeLists.txt
cmake/FindANTLR3.cmake
cmake/FindCLN.cmake
cmake/FindCaDiCaL.cmake
cmake/FindCryptoMiniSat.cmake
cmake/FindDummy.cmake.template
cmake/FindGMP.cmake
cmake/FindGTest.cmake
cmake/FindKissat.cmake
cmake/FindPoly.cmake
cmake/FindSymFPU.cmake
cmake/deps-helper.cmake
cmake/deps-utils/Poly-patch-cmake.patch [new file with mode: 0644]
configure.sh
src/CMakeLists.txt
src/api/python/CMakeLists.txt
src/main/CMakeLists.txt
test/api/CMakeLists.txt
test/unit/CMakeLists.txt