CMake GUI 

When using CMake GUI, the process is:
* Select source code directory
* Select build directory (I use a 'build' subdirectory of the source code)
* Press Configure to get a list of default settings
* Evaluate options displayed, make any changes required
* IMPORTANT: If you change any options, you need to press Configure again
* Press Generate

Multiple times I have forgotten to press Configure again before pressing Generate, leading to files not compiling as expected.

[ add comment ] ( 51 views ) permalink

<<First <Back | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Next> Last>>