Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ApplicationCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChimeraTK Mirror
ApplicationCore
Commits
4fe84425
Commit
4fe84425
authored
3 years ago
by
Martin Christoph Hierholzer
Browse files
Options
Downloads
Patches
Plain Diff
update dependency versions
parent
b776298c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
4fe84425
...
@@ -14,12 +14,12 @@ option(BUILD_TESTS "Build tests." ON)
...
@@ -14,12 +14,12 @@ option(BUILD_TESTS "Build tests." ON)
option
(
BUILD_MICRODAQ
"Build MicroDAQ module, which depends on HDF5 (libhdf5-dev)."
ON
)
option
(
BUILD_MICRODAQ
"Build MicroDAQ module, which depends on HDF5 (libhdf5-dev)."
ON
)
# Find the ControlSystemAdapter
# Find the ControlSystemAdapter
add_dependency
(
ChimeraTK-ControlSystemAdapter 02.0
2
REQUIRED
)
add_dependency
(
ChimeraTK-ControlSystemAdapter 02.0
3
REQUIRED
)
# Find the DeviceAccess
# Find the DeviceAccess
# Although all the linker flags are added again, the include path might be different
# Although all the linker flags are added again, the include path might be different
# if the libraries are installed in different directories for development purposes.
# if the libraries are installed in different directories for development purposes.
add_dependency
(
ChimeraTK-DeviceAccess 02.0
0
REQUIRED
)
add_dependency
(
ChimeraTK-DeviceAccess 02.0
6
REQUIRED
)
# Find the XML parser library libxml++
# Find the XML parser library libxml++
FIND_PACKAGE
(
PkgConfig REQUIRED
)
FIND_PACKAGE
(
PkgConfig REQUIRED
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment