From ec68ddc1452f9f1157e56219a4d3890e6308b039 Mon Sep 17 00:00:00 2001 From: Faruk D Date: Tue, 2 Oct 2018 02:17:45 +0200 Subject: [PATCH] remove casacore include directories --- build-tests/compile_sagecal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tests/compile_sagecal.sh b/build-tests/compile_sagecal.sh index 1d74170..7b639a4 100755 --- a/build-tests/compile_sagecal.sh +++ b/build-tests/compile_sagecal.sh @@ -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=''