Skip to content

Commit

Permalink
fix jpeg install lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Jan 7, 2025
1 parent 4a295bc commit 4631d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-utils/install_prereq_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ unzip tiff-4.6.0.zip
cd tiff-4.6.0
mkdir build_man
cd build_man
cmake -DCMAKE_INSTALL_PREFIX=../../"$LOCAL_INSTALL_DIR"/ -DCMAKE_PREFIX_PATH=../../"$LOCAL_INSTALL_DIR"/ ..
cmake -DCMAKE_INSTALL_PREFIX=../../"$LOCAL_INSTALL_DIR"/ -DCMAKE_PREFIX_PATH=../../"$LOCAL_INSTALL_DIR"/ -DJPEG_LIBRARY_RELEASE=../../"$LOCAL_INSTALL_DIR"/lib -DJPEG_INCLUDE_DIRS=../../"$LOCAL_INSTALL_DIR"/include ..
make install -j4
cd ../../

Expand Down

0 comments on commit 4631d1d

Please sign in to comment.