I am using cmake 2.6.4 WinXP Pro Compilation on Visual Studio 2008 VC Express Version
I can create solution files using cmake-GUI. However, I do not want to use cmake-GUI, as I always prefer the command line.
However, I had a problem creating the solution file from the command line.
I am doing "off source" and this is my directory structure:
project/
src/
build/
I can run cmake from the build directory.
cmake ../src
However, when I try to do this:
cmake ../src --visual studio 2008
It does not work and does not create solution files.
Am I doing something wrong?
Thanks so much for any suggestions,
source
share