Hello,
I am using cmake 2.6.4
WinXP Pro
Compiling on Visual studio 2008 VC Express edition
I can create the solution files by using the cmake-GUI. However, I don't want to use the cmake-GUI, as I always prefer the command line.
However, I am having a problem creating the solution file from the command line.
I am doing 'out of source' and this is my directory structure:
project/
src/
build/
I can run cmake from the build directory.
cmake ../src
However, when I try this:
cmake ../src --visual studio 2008
It doesn't work and doesn't create the solution files.
Am I doing something wrong?
Many thanks for any suggestions,