remove casacore include directories

This commit is contained in:
Faruk D 2018-10-02 02:17:45 +02:00
parent d9ede55de7
commit ec68ddc145
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ case $IMAGE in
sl7)
echo 'Building for Scientific Linux'
CMAKE_EXE=$(which cmake3)
OPTS='-DCASACORE_ROOT_DIR=/opt/casacore -DCASACORE_INCLUDE=/opt/casacore/include/casacore'
OPTS='-DCASACORE_ROOT_DIR=/opt/casacore'
;;
arch)
OPTS=''