Skip to content

Commit cfdbfe1

Browse files
committed
Fix OpenJPH install
1 parent 449b933 commit cfdbfe1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

share/ci/scripts/install_openjph.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ git checkout ${TAG}
2020
mkdir -p build
2121
cd build
2222
cmake -DCMAKE_BUILD_TYPE=Release ..
23-
$SUDO cmake --build . \
24-
--target install \
25-
--config Release \
26-
--parallel 2
23+
make
24+
$SUDO cmake --install
2725

2826
cd ../..
2927
rm -rf OpenJPH

0 commit comments

Comments
 (0)