cmake should test availability of dependencies
JohanEngelen opened this issue · 3 comments
JohanEngelen commented
Boost, NTL, ...
JohanEngelen commented
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
resolved met #14 denk ik
pbomta commented
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?