niekbouman/ctbignum

cmake should test availability of dependencies

JohanEngelen opened this issue · 3 comments

Boost, NTL, ...

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

resolved met #14 denk ik

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?