On Monday 20 February 2012, Brad King wrote: ... > (2) Add the explicit MODULE and CONFIG mode keywords. Warn if they > are used and the current minimum CMake version is not >= 2.8.8 so that > people do not add them in places that will break old versions.
Should it only warn if no mode keyword is used, or should it also warn if NO_MODULE is used ? The behaviour without keyword would stay unchanged, i.e. first Find-modules, the config files ? MODULE mode would be only Find-modules, no config files ? Alex -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
