Hi CMakers,

I am trying to compile on windows in 'Release' mode.   I am getting a
error about a missing MSVCR71D.dll debug library (which I presume
might be a bad compiler install or some crafty person making sure we
don't build against debug libs).  Anyhow, I can build a simple "hello
world" program and it executes properly without the /MDd flag by hand.

When I am trying to preform platform checks ... it appears
cmTryCompileExec.exe does not utilize the -DCMAKE_BUILD_TYPE
define/flags.  What can I do to force it to use the CMAKE_BUILD_TYPE
settings?

Please let me know if you need more information.

TIA,
George.
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to