[CMake] CMake generating wrong MSVC flags for static libraries?

Eric Lemings eric at lemings.com
Tue Jun 16 18:08:13 EDT 2009


It appears that CMake is, by default, generating Makefiles that build
static libraries with the /MD (or /MDd) flag.  Can anyone please verify
that?  If so, shouldn't CMake be using the /MT (or /MTd) flag when
building static libraries?  Is this a known issue?

Thanks,
Eric.



More information about the CMake mailing list