Refactor GMP and Poly dependencies (#6245)
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>
Wed, 31 Mar 2021 21:17:38 +0000 (23:17 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Mar 2021 21:17:38 +0000 (21:17 +0000)
commitf9a9af855fb65804ff0b36e764ccd9d0fa9f87f8
tree2c90b0e704366541187198231102b2d1eed26f41
parent39ea1d8a1497a83d1efc649bd10da82916e5db5f
Refactor GMP and Poly dependencies (#6245)

Refactors GMP and libpoly to also use external projects and be available within cmake as proper targets.
.github/workflows/ci.yml
cmake/FindGMP.cmake
cmake/FindPoly.cmake
cmake/deps-helper.cmake
contrib/get-gmp-dev [deleted file]
contrib/get-poly [deleted file]
src/CMakeLists.txt
src/main/CMakeLists.txt
src/parser/CMakeLists.txt
test/api/CMakeLists.txt
test/unit/CMakeLists.txt