Improve performance by using cmake command line parameter `-N`
LatestUse cmake parameter `-N` to only get the cache values. Otherwise, the whole configure procedure is started which might be time consuming.
Use cmake parameter `-N` to only get the cache values. Otherwise, the whole configure procedure is started which might be time consuming.