You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since latest v0.4.0 release glog cmake installation creates a glogConfig.cmake on installation. Unfortunately upstream packages don't yet use the cmake configuration (currently autoconfig is used) and thus no glogConfig.cmake files get generated and installed to
One show stopper I can think of is the lack of a generated pkgconfig file in v0.4.0 of glog. In current master branch this file is already created. So please make a new release (for example v0.4.1) which adds the pkgconfig file creation to the cmake configuration. I don't think maintainer would update a package to cmake just to loose functionality
The text was updated successfully, but these errors were encountered:
Since latest
v0.4.0
release glog cmake installation creates aglogConfig.cmake
on installation. Unfortunately upstream packages don't yet use the cmake configuration (currently autoconfig is used) and thus noglogConfig.cmake
files get generated and installed toSome Upstream bugs I've found:
This leads to downstream projects needing to provide
FindGlog.cmake
filesceres-solver/ceres-solver#535
One show stopper I can think of is the lack of a generated pkgconfig file in
v0.4.0
of glog. In currentmaster
branch this file is already created. So please make a new release (for examplev0.4.1
) which adds the pkgconfig file creation to the cmake configuration. I don't think maintainer would update a package to cmake just to loose functionalityThe text was updated successfully, but these errors were encountered: