libsbml icon indicating copy to clipboard operation
libsbml copied to clipboard

update dependency checks

Open fbergmann opened this issue 1 year ago • 0 comments

I've noticed that the FindModules are not consistently used. Most of the checking for libraries / programs in the main CMakeLists.txt file should use the FindModules, so that the detection of dependencies is simplified (and we have an easier time to debug when and if things go wrong).

One example was the detection of ZLIB: https://github.com/sbmlteam/libsbml/pull/382

fbergmann avatar Aug 09 '24 11:08 fbergmann