Skip to content
Snippets Groups Projects
Commit d959c606 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

example2c: adapted required application core version

parent a3190f0a
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ include(cmake/set_default_build_to_release.cmake) ...@@ -17,7 +17,7 @@ include(cmake/set_default_build_to_release.cmake)
include(cmake/set_default_flags.cmake) include(cmake/set_default_flags.cmake)
# Add the dependencies. We need ApplicationCore and a control system adapter implementation. # Add the dependencies. We need ApplicationCore and a control system adapter implementation.
add_dependency(ChimeraTK-ApplicationCore 01.09 REQUIRED) add_dependency(ChimeraTK-ApplicationCore 01.08 REQUIRED)
#FIXME: Make the adapter configurable via command line parameter #FIXME: Make the adapter configurable via command line parameter
add_dependency(ChimeraTK-ControlSystemAdapter-DoocsAdapter 00.10 REQUIRED) add_dependency(ChimeraTK-ControlSystemAdapter-DoocsAdapter 00.10 REQUIRED)
......
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