Closed GoogleCodeExporter closed 9 years ago
I see. I think how gflags does it now should be correct as a "namespace" only
makes sense if applied consistently for a package. The "google" namespace for
gflags is further deprecated. Nonetheless, as the Google folks unlikely will
follow this change and might still be using their own internal gflags version,
I am fine to add a separate CMake variable which allows you to specify the
installation subdirectory for the header files to maintain backwards
compatibility.
Original comment by andreas....@gmail.com
on 26 Mar 2014 at 8:22
This issue was closed by revision aff8ef820a16.
Original comment by andreas....@gmail.com
on 27 Mar 2014 at 1:09
Added the cached CMake variable GFLAGS_INCLUDE_DIR which is set to "gflags" by
default. Hence, for use of gflags together with glog, you only need to set
GFLAGS_NAMESPACE:STRING=google . The include path will still be
"gflags/gflags.h".
Original comment by andreas....@gmail.com
on 27 Mar 2014 at 1:21
This issue was closed by revision 0c6e5fdb3f94.
Original comment by andreas....@gmail.com
on 27 Mar 2014 at 1:31
Original issue reported on code.google.com by
godbyk@gmail.com
on 26 Mar 2014 at 7:58