32 | | * If you want, you can edit various options in the CMake GUI (see also [wiki:CMakeBuildConfiguration]. These options will affect what libraries are built and how. Each time you finish editing options, click "Configure". |
33 | | * When you are done, click "OK" to generate project files. |
| 32 | * You will then be given the opportunity to tune build options in the CMake GUI (see also [wiki:CMakeBuildConfiguration]. These options will affect what libraries are built and how. They will initially appear red. Click "Configure" to generate makefiles with these options, whether you have changed any or not. '''Notice that you're clicking "Configure" for the second time.''' |
| 33 | * Finally, click "OK" to generate project files. |