I'm trying to understand why the libmysql CMake project configured with /MD and /MDd flags does not generate the appropriate Visual Studio 10 project files. The appropriate CMAKE_
macros have been configured, as shown:
Yet the generated projects are still showing unexpected Runtime Library settings:
Is the CMake GUI for some reason unreliable, or is it possible that another option is overriding the CRT settings?