How can I list cmake default build option in command-line?. I need to build OpenCV libraries from source, before that I want know what are the default build settings.
You can do cmake -LAH too. The H flag will provide you help for each option.
cmake -LAH
H