Page MenuHomePhabricator

[CMake] Use correct protobuf capitalization
ClosedPublic

Authored by jon on Sep 9 2022, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 24, 8:04 AM
Unknown Object (File)
Sun, Jun 23, 11:08 PM
Unknown Object (File)
Thu, Jun 20, 12:50 PM
Unknown Object (File)
Fri, Jun 14, 10:40 PM
Unknown Object (File)
Fri, Jun 14, 2:35 PM
Unknown Object (File)
May 22 2024, 10:06 AM
Unknown Object (File)
May 13 2024, 2:58 PM
Unknown Object (File)
May 9 2024, 5:24 PM
Subscribers

Details

Summary

Fix failure from D4998#14767.

Correctly capitalizing the package name prevents cmake from
visiting all potential cmake configs and polluting the
environment with potentially conflicting packages outside
of the nix environment.

Test Plan
nix develop
cd services/blob
rm -rf build && mkdir build && cd build && cmake .. && make -j

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Sep 9 2022, 4:58 PM
Harbormaster failed remote builds in B12065: Diff 16565!
Harbormaster returned this revision to the author for changes because remote builds failed.Sep 9 2022, 5:01 PM
Harbormaster failed remote builds in B12066: Diff 16566!
This revision is now accepted and ready to land.Sep 12 2022, 7:39 AM