niekbouman / ctbignum

Library for Multiprecision Compile-Time and Run-Time Arithmetic (including Modular Arithmetic)
Apache License 2.0
113 stars 11 forks source link

cmake should test availability of dependencies #7

Open JohanEngelen opened 6 years ago

JohanEngelen commented 6 years ago

Boost, NTL, ...

JohanEngelen commented 6 years ago

minimum version voor Boost waar Hana in zit. 1.61.0 lijkt het: https://groups.google.com/forum/#!topic/boost-developers-archive/5dO3e2KUCDY

JohanEngelen commented 6 years ago

resolved met https://github.com/niekbouman/finitefield/pull/14 denk ik

pbomta commented 2 years ago

Hi Johan, Niek pointed me to this library when I last met him. Long time no see. :) The find_package statements in the CMakeLists.txt files all have REQUIRED, so the build will fail when the dependencies cannot be found. Is that what you wanted under this ticket?