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
*.pc files, similarly to libraries and cmake configuration files, should be installed in directory respecting ${CMAKE_INSTALL_LIBDIR} (which is /usr/lib64 on most 64-bit distributions) instead of hardcoded ${CMAKE_INSTALL_PREFIX}/lib.
* Add missing `add_subdirectory()` call for "cleanup" (#925)
Since `absl::Cleanup` is now public, it should also be included
in the `absl/CMakeLists.txt` file.
Signed-off-by: Christian Blichmann <[email protected]>
* Correctly install pkgconfig files under CMAKE_INSTALL_LIBDIR
Fixes#931
PiperOrigin-RevId: 366816645
* AbseilConfigureCopts.cmake: fix AppleClang detection
restore use of MATCHES in comparison with "Clang"; this was lost in:
commit 22771d4
...
24e1f5f72756046f5265abf618e951c341f09b8d by Derek Mauro <[email protected]>:
Fixes failing CMake string comparisons
https://cmake.org/cmake/help/latest/policy/CMP0054.html
fixes:
CMake Warning at absl/copts/AbseilConfigureCopts.cmake:61 (message):
Unknown compiler:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++.
Building with no default flags
Fixes#930
PiperOrigin-RevId: 366879337
* Increment SOVERSION to 2103.0.1
Co-authored-by: Christian Blichmann <[email protected]>
Co-authored-by: Abseil Team <[email protected]>
*.pc
files, similarly to libraries and cmake configuration files, should be installed in directory respecting${CMAKE_INSTALL_LIBDIR}
(which is/usr/lib64
on most 64-bit distributions) instead of hardcoded${CMAKE_INSTALL_PREFIX}/lib
.Fix:
The text was updated successfully, but these errors were encountered: