Skip to content

Commit

Permalink
fix example pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Oct 17, 2024
1 parent e741ffd commit 18281b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/depend-use-cmake-find/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ rm -rf $NAME babylon
tar xzf $NAME.tar.gz
mv $NAME babylon

sudo apt install googletest

cd babylon
cmake -Bbuild -DCMAKE_INSTALL_PREFIX=$PWD/output -DBUILD_TESTING=OFF
cmake --build build
Expand Down

0 comments on commit 18281b9

Please sign in to comment.