mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
FIX: Appveyor didn't find CImg von Ubuntu
This commit is contained in:
parent
a9bfcab4b9
commit
2b8c2cb5c5
@ -173,10 +173,10 @@ for:
|
||||
if [ "$USE_CMAKE" = true ]; then
|
||||
echo == INSTALL CIMG =================================================================================
|
||||
mkdir $HOME/cimg
|
||||
git clone --depth=1 https://github.com/dtschump/CImg.git $HOME/\cimg
|
||||
set CIMG_DIR=$HOME/\cimg
|
||||
git clone --depth=1 https://github.com/dtschump/CImg.git $HOME/cimg
|
||||
set CIMG_DIR=$HOME/cimg
|
||||
echo CIMG_DIR=$CIMG_DIR
|
||||
set CIMG_INCLUDE_DIR=$HOME/\cimg
|
||||
set CIMG_INCLUDE_DIR=$HOME/cimg
|
||||
echo CIMG_INCLUDE_DIR=$CIMG_INCLUDE_DIR
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user