Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima2
Commits
1c50d2ab
Commit
1c50d2ab
authored
May 02, 2022
by
Alejandro Homs Puron
Browse files
[SIM][TANGO] Remove repeated CMake dependency
parent
2ef380e7
Pipeline
#73989
passed with stages
in 8 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
detectors/simulator/tango/cpp/CMakeLists.txt
View file @
1c50d2ab
...
...
@@ -103,5 +103,5 @@ add_custom_target(simulator_tango_cpp)
add_dependencies
(
simulator_tango_cpp lima2_simulator_ctrl
)
foreach
(
proc IN LISTS _processings
)
add_dependencies
(
simulator_tango_cpp lima2_simulator_
${
proc
}
lima2_simulator_
${
proc
}
_recv
lima2_simulator_
${
proc
}
_recv
)
add_dependencies
(
simulator_tango_cpp lima2_simulator_
${
proc
}
lima2_simulator_
${
proc
}
_recv
)
endforeach
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment