From 61f0f98c54059bbb101ef0c7bf8c368426fff76d Mon Sep 17 00:00:00 2001 From: Bas van der Tol <vdtol@strw.leidenuniv.nl> Date: Thu, 26 Sep 2013 04:50:25 +0000 Subject: [PATCH] Task #2782: undo accidential change of LOFAR/CEP/Calibration/ExpIon/CMakeLists.txt in revision 26696 --- CEP/Calibration/ExpIon/CMakeLists.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CEP/Calibration/ExpIon/CMakeLists.txt b/CEP/Calibration/ExpIon/CMakeLists.txt index d76bc8a1b6f..4c3e74c5daf 100644 --- a/CEP/Calibration/ExpIon/CMakeLists.txt +++ b/CEP/Calibration/ExpIon/CMakeLists.txt @@ -1,14 +1,10 @@ -# $Id$ - -include(LofarFindPackage) -include(LofarSphinx) +# $Id: CMakeLists.txt 14609 2009-12-07 09:10:48Z loose $ +# Do not split the following line, otherwise makeversion will fail! lofar_package(ExpIon 1.0 DEPENDS pyparameterset pyparmdb) +include(LofarFindPackage) lofar_find_package(Pyrap REQUIRED) lofar_find_package(Boost REQUIRED COMPONENTS python thread) lofar_find_package(Casacore REQUIRED COMPONENTS scimath) - add_subdirectory(src) - -lofar_add_sphinx_doc(sphinx-doc) -- GitLab