cmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR.

These CMake variables are now set to a default which both maintains binary backwards compatibility with previous versions of the library, but at the same time allows already the use of the new "gflags" namespace instead of "google". Users may still override the default using the -D option of cmake, for example, when they use the library directly as submodule in their own project and prefer a different namespace/installation directory.
1 file changed