Skip to content
Snippets Groups Projects
Commit f190caf9 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

Merge branch 'update-project-template' into 'master'

chore(project-template): remove ADAPTER=EPICS7IOC option

See merge request !13
parents 14dec6fb 89e8d176
No related branches found
Tags 08.00.01
1 merge request!13chore(project-template): remove ADAPTER=EPICS7IOC option
......@@ -41,11 +41,6 @@ elseif(ADAPTER STREQUAL "EPICSIOC")
find_package(ChimeraTK-ControlSystemAdapter-EPICS-IOC-Adapter 02.01 REQUIRED)
set_target_properties(ChimeraTK::ChimeraTK-ControlSystemAdapter-EPICS-IOC-Adapter PROPERTIES IMPORTED_GLOBAL TRUE)
add_library(ChimeraTK::SelectedAdapter ALIAS ChimeraTK::ChimeraTK-ControlSystemAdapter-EPICS-IOC-Adapter)
elseif(ADAPTER STREQUAL "EPICS7IOC")
message("Building against the EPICS ver. 7.0 IOC ControlSystemAdater")
find_package(ChimeraTK-ControlSystemAdapter-EPICS7-IOC-Adapter 02.01 REQUIRED)
set_target_properties(ChimeraTK::ChimeraTK-ControlSystemAdapter-EPICS7-IOC-Adapter PROPERTIES IMPORTED_GLOBAL TRUE)
add_library(ChimeraTK::SelectedAdapter ALIAS ChimeraTK::ChimeraTK-ControlSystemAdapter-EPICS7-IOC-Adapter)
elseif(ADAPTER STREQUAL "TANGO")
message("Building against the Tango ControlSystemAdater")
find_package(ChimeraTK-ControlSystemAdapter-TangoAdapter 01.00 REQUIRED)
......@@ -55,7 +50,6 @@ else()
message(FATAL_ERROR "Please select your ControlSystemAdapter to use by passing to the cmake command line:\n"
" -DADAPTER=DOOCS to build a DOOCS server\n"
" -DADAPTER=OPCUA to build an OPC UA server\n"
" -DADAPTER=EPICSIOC to build an EPICS ver. 3.16 IOC\n"
" -DADAPTER=EPICS7IOC to build an EPICS ver. 7.0 IOC\n"
" -DADAPTER=EPICSIOC to build an EPICS IOC\n"
" -DADAPTER=TANGO to build a Tango device server")
endif()
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