CMake: Superbuild Mode Explained
Introduction: Every project needs to handle dependencies, and using CMake makes it easy to check whether these dependencies exist in the configured project. In previous notes, we demonstrated how to find dependencies installed on the system, and so far we have been using this pattern. However, when dependencies are not met, we can only fail … Read more