diff --git a/CEP/Calibration/ExpIon/CMakeLists.txt b/CEP/Calibration/ExpIon/CMakeLists.txt index d76bc8a1b6f3eba8435bafe7082a23a61034c803..4c3e74c5daf05a5f69e051e2de6537fcb2d20235 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)