On 05/25/2012 08:40 AM, Keith Gardner wrote: > it looks like Visual Studio was using its own compiler even though > I specified a different one with CMake.
The VS generator does not support compiler selection. Prior to VS 10 each IDE version only worked with one toolchain version, and that behavior became quite pervasive in the CMake VS generator design. See here: http://www.cmake.org/Bug/view.php?id=10722 -Brad -- 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
