Skip to content

Improve performance by using cmake command line parameter `-N`

Latest
Compare
Choose a tag to compare
@cpp977 cpp977 released this 16 Jun 21:21
Use cmake parameter `-N` to only get the cache values.

Otherwise, the whole configure procedure is started which might be time consuming.