If the generated makefiles have /MT, but the cache has /MD in it, then there is some "local variable" override of the flags in one of the CMakeLists.txt files. Normal and expected not necessarily anything to be concerned about as long as the code in the CMakeLists.txt file is manipulating the flags consistently and correctly.
HTH, David On Sat, Jul 10, 2010 at 7:58 PM, John Cary <c...@txcorp.com> wrote: > I am trying to link a project on windows. > > The final build.make as /MT in it, but I also see: > > > numbersix.cary$ grep CXX_FLAGS_RELEASE:STRING CMakeCache.txt > CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 > > > Any understanding of how I could get to this inconsistency? > > Thx...John Cary > > > _______________________________________________ > 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 >
_______________________________________________ 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