On Thursday 20 August 2009, Will Dicharry wrote: > Responses inline... > > I'm reposting this to the CMake mailing list so someone can correct me > if I'm wrong, it looks like your message went only to me. ... > > From my short experience with CMake, it seems that once one has > > determined an OS/Compiler option, cmake looks for <compiler>.cmake under > > Modules/Compiler, > > then for <os>-<compiler>.cmake under Modules/Platform, with each able to > > add to or overwrite the previous. > > > > Is that correct? > > I /think/ that is correct, although someone more familiar with CMake's > startup procedure may be able to correct me.
Yes. First the <systemname>.cmake is loaded, then it continues in Modules/CMakeC[XX]Information.cmake, for details check there. 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://www.cmake.org/mailman/listinfo/cmake
