fix cmake source folder

This commit is contained in:
Faruk D 2018-10-02 01:12:23 +02:00
parent c0e5d8eded
commit 46a12cdf67
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ echo 'CMake options: ' $OPTS
echo 'pwd: ' $PWD
ls -asl
$CMAKE_EXE .. -DCMAKE_INSTALL_PREFIX=/opt/sagecal \
$CMAKE_EXE /travis/workdir -DCMAKE_INSTALL_PREFIX=/opt/sagecal \
$OPTS
make -j4 && \