> It appears that CMake is, by default, generating Makefiles that build > static libraries with the /MD (or /MDd) flag. Can anyone please verify > that?
Yes it does that for me. > > If so, shouldn't CMake be using the /MT (or /MTd) flag when > building static libraries? Is this a known issue? > Not necessarily. I mean I would prefer that the crt was a dll versus a static lib even though I am creating my own static lib. I also believe you can override this if you want. John _______________________________________________ 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