Olivier Tournaire wrote:
Thank you Philip for your answer.

My problem is not to choose the configuration, but how to set the command line arguments. That means the parameters passed to the programm, when launched from visual studio IDE (*argc).
Is there a way to do this ?


I believe not. These are stored in the .suo file (solution user options), which CMake is unable to generate (it's a proprietary binary format, or so I was told).

I would very much like to be able to specify the full path to the binary to use when debugging.

--
/Jesper


_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to