Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing add_subdirectory() call for "cleanup" #925

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

cblichmann
Copy link
Contributor

Since absl::Cleanup is now public, it should also be included
in the absl/CMakeLists.txt file.

Signed-off-by: Christian Blichmann [email protected]

Since `absl::Cleanup` is now public, it should also be included
in the `absl/CMakeLists.txt` file.

Signed-off-by: Christian Blichmann <[email protected]>
@google-cla google-cla bot added the cla: yes label Mar 30, 2021
@derekmauro derekmauro merged commit 9fde5a6 into abseil:master Mar 30, 2021
@derekmauro
Copy link
Member

I will also backport this fix into the 20210324 LTS branch.

derekmauro pushed a commit to derekmauro/abseil-cpp that referenced this pull request Apr 20, 2021
Since `absl::Cleanup` is now public, it should also be included
in the `absl/CMakeLists.txt` file.

Signed-off-by: Christian Blichmann <[email protected]>
derekmauro added a commit that referenced this pull request Apr 20, 2021
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants