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.
Differential D5106
[CMake] Use correct protobuf capitalization Authored by • jon on Sep 9 2022, 11:57 PM.
Details Fix failure from D4998#14767. Correctly capitalizing the package name prevents cmake from nix develop cd services/blob rm -rf build && mkdir build && cd build && cmake .. && make -j
Diff Detail
|