Change default GFLAGS_NAMESPACE to "google;gflags" and add GFLAGS_INCLUDE_DIR with...
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 17 Jul 2014 01:45:50 +0000 (02:45 +0100)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 17 Jul 2014 01:45:50 +0000 (02:45 +0100)
commit76cbe0d003bb5d099683d4399e87b191795c4bcb
treed80159561a35cc3f3d2a4df7e4c85fc1584eddc3
parent2b81a76bed7bba6c30cb8fc5a9507841bb047fcb
Change default GFLAGS_NAMESPACE to "google;gflags" and add GFLAGS_INCLUDE_DIR with default "gflags" to cache.

This ensures binary compatibility with previous 2.x release versions while allowing users to refer to the gflags library symbols using the preferred "gflags" namespace identifier.
CMakeLists.txt