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. _______________________________________________ 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
