I'm trying to make opencv (3.1.0) as I want, changing some parameters in the cmake command line to change the modules that I want to use.
The problem is that everytime that I touch cmake all the source is rebuilt, with a high time consume.
Is there a way to change, for example with_gtk, and don't waste hour+?
(platform ubuntu-linux 16.10)