You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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: #382
The text was updated successfully, but these errors were encountered: