Skip to content

Commit

Permalink
Still more fixes to abseil build and install
Browse files Browse the repository at this point in the history
  • Loading branch information
twestley committed Sep 19, 2024
1 parent 8f79a2c commit 7055388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ clean-gtest : FORCE
abseil : clean-abseil
git clone https://github.com/abseil/abseil-cpp.git
mkdir -p abseil-cpp/build
cd abseil-cpp/build && cmake .. -j $(USE_CORES)
cd abseil-cpp/build && cmake ..
cd abseil-cpp/build && cmake --build . -j $(USE_CORES)

install-abseil : FORCE
cd abseil-cpp/build && sudo cmake --build . --target install -j $(USE_CORES)
Expand Down

0 comments on commit 7055388

Please sign in to comment.