Skip to content
Snippets Groups Projects
Commit 1890320b authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1310: Stripped redundant codein CMakeLists.txt files for script-only projects in LCU

parent 6904f64b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......@@ -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)
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment