Skip to content

Commit ace1479

Browse files
committed
[cmake] Remove install prefix on cmake command of CollisionAlgorithm build
1 parent 6240182 commit ace1479

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
-GNinja \
4040
-DCMAKE_PREFIX_PATH="$SOFA_ROOT/lib/cmake" \
4141
-DCMAKE_BUILD_TYPE=Release \
42-
-DCMAKE_INSTALL_PREFIX="$GITHUB_WORKSPACE/install/CollisionAlgorithm" \
4342
.. \
4443
&& ninja"
4544
else
@@ -48,7 +47,6 @@ jobs:
4847
-GNinja \
4948
-DCMAKE_PREFIX_PATH=$SOFA_ROOT/lib/cmake \
5049
-DCMAKE_BUILD_TYPE=Release \
51-
-DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/install/CollisionAlgorithm \
5250
..
5351
ninja
5452
fi

0 commit comments

Comments
 (0)