cmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR.
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 17 Jul 2014 10:21:36 +0000 (11:21 +0100)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 17 Jul 2014 10:21:36 +0000 (11:21 +0100)
commit376ef823be65bc9902810370108bbac85f114304
tree2bf32349fe718541bb8cd49ea7f0f7d879f5cf63
parent76cbe0d003bb5d099683d4399e87b191795c4bcb
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.
CMakeLists.txt