1 | initial version |
I typically configure the build with ccmake, cmake-curses-gui.
In your temporary release folder, just type ccmake .. You can then set up everything with an interface built for humans.
I like ccmake because i dislike when I have to pass a hundred parameters to a single command, via the terminal!