fix cmake source folder
This commit is contained in:
parent
c0e5d8eded
commit
46a12cdf67
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue