Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 27 Mar 2014 01:09:20 +0000 (01:09 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 27 Mar 2014 01:14:24 +0000 (01:14 +0000)
commit0c6e5fdb3f94da4e26ab5212a0e6b01739ecc999
treee3ad1990a5f453c40e1a6442d6ef9522e966a6ec
parent38c4402f58ada036f4609ade095b9fb0ae3276e2
Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).

Both GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR can be used to customize the installation of the gflags library. One specifies the C++ namespace name of the gflags symbols, the other the include subdirectory path of the public header files. By default, both are set to "gflags", but other Google libraries still expect "google" as C++ namespace name, but not necessarily also include path.
CMakeLists.txt
cmake/utils.cmake