diff --git a/LCU/CMakeLists.txt b/LCU/CMakeLists.txt index 376e2396a5389cdf10d2e14dd9232f360f0f71bf..212704911f4b753aa2107e1115e9c1fd69c180bf 100644 --- a/LCU/CMakeLists.txt +++ b/LCU/CMakeLists.txt @@ -28,17 +28,10 @@ include(LofarInit) ## --------------------------------------------------------------------------- ## Project characteristics ## --------------------------------------------------------------------------- -project(LCU) -include(LofarGeneral) +project(LCU NONE) ## --------------------------------------------------------------------------- ## Subdirectories ## --------------------------------------------------------------------------- lofar_add_subdirectory(Firmware) lofar_add_subdirectory(StationTest) - -## --------------------------------------------------------------------------- -## Generate configuration header file. -## --------------------------------------------------------------------------- -include(LofarConfig) - diff --git a/LCU/Firmware/CMakeLists.txt b/LCU/Firmware/CMakeLists.txt index 184ff32fd967972b0c6686121561f0afea49270e..c15c58f92757ba579f4ca5a9c431f16d68f598df 100644 --- a/LCU/Firmware/CMakeLists.txt +++ b/LCU/Firmware/CMakeLists.txt @@ -28,15 +28,9 @@ include(LofarInit) ## --------------------------------------------------------------------------- ## Project characteristics ## --------------------------------------------------------------------------- -project(Firmware) -include(LofarGeneral) +project(Firmware NONE) ## --------------------------------------------------------------------------- ## Subdirectories ## --------------------------------------------------------------------------- lofar_add_subdirectory(tools) - -## --------------------------------------------------------------------------- -## Generate configuration header file. -## --------------------------------------------------------------------------- -include(LofarConfig) diff --git a/LCU/Firmware/tools/CMakeLists.txt b/LCU/Firmware/tools/CMakeLists.txt index 27b7332a563f19c23bfad041ed3a467e382c6a98..467309ab52e0b1442e2277554cb0767f74a3d0a7 100644 --- a/LCU/Firmware/tools/CMakeLists.txt +++ b/LCU/Firmware/tools/CMakeLists.txt @@ -28,16 +28,7 @@ include(LofarInit) ## --------------------------------------------------------------------------- ## Project characteristics ## --------------------------------------------------------------------------- -project(Firmware-Tools) -include(LofarGeneral) - -include(LofarAddPackage) -lofar_add_package(${PROJECT_NAME} 1.0) - -## --------------------------------------------------------------------------- -## Generate configuration header file. -## --------------------------------------------------------------------------- -include(LofarConfig) +project(Firmware-Tools NONE) ## --------------------------------------------------------------------------- ## Subdirectories diff --git a/LCU/StationTest/CMakeLists.txt b/LCU/StationTest/CMakeLists.txt index 970b33ecad19ccaa1ffa935569527c4963b67df8..a430af2efe37ba8bae76023db65c3f83023a4fbc 100644 --- a/LCU/StationTest/CMakeLists.txt +++ b/LCU/StationTest/CMakeLists.txt @@ -28,16 +28,10 @@ include(LofarInit) ## --------------------------------------------------------------------------- ## Project characteristics ## --------------------------------------------------------------------------- -project(StationTest) -include(LofarGeneral) +project(StationTest NONE) ## --------------------------------------------------------------------------- -## Generate configuration header file. -## --------------------------------------------------------------------------- -include(LofarConfig) - -## --------------------------------------------------------------------------- -## Installation +## Install files matching regex pattern in current directory and below ## --------------------------------------------------------------------------- install(DIRECTORY . DESTINATION stationtest