Skip to content

Commit bdaef68

Browse files
committed
Fix Windows
1 parent a68a94d commit bdaef68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/ci/scripts/install_openjph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cd OpenJPH
2020
cd build
2121
cmake -DOJPH_ENABLE_TIFF_SUPPORT=OFF -DCMAKE_BUILD_TYPE=Release ..
2222
cmake --build . --config Release
23-
$SUDO cmake --install
23+
$SUDO cmake --install .
2424

2525
cd ../..
2626
rm -rf OpenJPH

0 commit comments

Comments
 (0)