Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ActuatorSystem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
Motion
BeamPositionTracking
ActuatorSystem
Commits
89d61c82
Commit
89d61c82
authored
Nov 9, 2023
by
Patrick MADELA
Browse files
Options
Downloads
Patches
Plain Diff
Install plugin to expected folder
parent
1f44fb8c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ActuatorPlugins/GalilAxisPlugin/CMakeLists.txt
+1
-1
1 addition, 1 deletion
ActuatorPlugins/GalilAxisPlugin/CMakeLists.txt
ActuatorPlugins/SimulatedAxisPlugin/CMakeLists.txt
+1
-1
1 addition, 1 deletion
ActuatorPlugins/SimulatedAxisPlugin/CMakeLists.txt
conanfile.py
+1
-0
1 addition, 0 deletions
conanfile.py
with
3 additions
and
2 deletions
ActuatorPlugins/GalilAxisPlugin/CMakeLists.txt
+
1
−
1
View file @
89d61c82
...
...
@@ -16,4 +16,4 @@ if(MAJOR_VERSION)
set_target_properties
(
GalilAxisPlugin PROPERTIES VERSION
${
PROJECT_VERSION
}
SOVERSION
${
MAJOR_VERSION
}
)
endif
()
install
(
TARGETS GalilAxisPlugin LIBRARY DESTINATION
${
LIB
_INSTALL_DIR
}
)
install
(
TARGETS GalilAxisPlugin LIBRARY DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
This diff is collapsed.
Click to expand it.
ActuatorPlugins/SimulatedAxisPlugin/CMakeLists.txt
+
1
−
1
View file @
89d61c82
...
...
@@ -17,4 +17,4 @@ if(MAJOR_VERSION)
set_target_properties
(
SimulatedAxisPlugin PROPERTIES VERSION
${
PROJECT_VERSION
}
SOVERSION
${
MAJOR_VERSION
}
)
endif
()
install
(
TARGETS SimulatedAxisPlugin LIBRARY DESTINATION
${
LIB
_INSTALL_DIR
}
)
install
(
TARGETS SimulatedAxisPlugin LIBRARY DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
This diff is collapsed.
Click to expand it.
conanfile.py
+
1
−
0
View file @
89d61c82
...
...
@@ -38,6 +38,7 @@ class ActuatorSystemRecipe(ConanFile):
tc
.
variables
[
"
MAJOR_VERSION
"
]
=
major
tc
.
variables
[
"
MINOR_VERSION
"
]
=
minor
tc
.
variables
[
"
PATCH_VERSION
"
]
=
patch
tc
.
variables
[
"
PLUGIN_INSTALL_DIR
"
]
=
"
PluginBPT
"
tc
.
generate
()
def
build
(
self
):
...
...
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