while trying to build Planet Blupi here, I fell on a compilation error where #include <argagg/argagg.hpp> fails if no such argagg.hpp (from https://github.com/vietjtnguyen/argagg) is available in the include paths. This should really be detected in CMake.
Hi there,
while trying to build Planet Blupi here, I fell on a compilation error where
#include <argagg/argagg.hpp>
fails if no such argagg.hpp (from https://github.com/vietjtnguyen/argagg) is available in the include paths. This should really be detected in CMake.(Same goes for kitchensink by the way…)
Cheers, OdyX