> That is the best way I have found to run CMake on Windows when multiple 
> Visual Studios are installed. There is a Command Prompt short cut called 
> "Visual Studio Command Prompt" that will have all the compiler paths setup 
> for you. What I do is launch that command prompt then issue "cmake-gui.exe" 
> from there and then CMake will know what compilers I want. Note that there 
> are actually 2 different Visual Studio command prompts: one for 32 bit 
> compiles (Win32) and one for the 64 bit compiles (Win64)
>
> Mike Jackson

Great - that worked! It successfully generated a "Code Blocks -NMake
Makefile" project when I ran cmake-gui from the VS2010E terminal.
However, now when I open VS2010E and go to "open -> project", there is
no .vcproj file. How do I open this project in VS2010E?

Thanks,

David
--

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

Reply via email to