Skip to content
Snippets Groups Projects
Commit 89d61c82 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Install plugin to expected folder

parent 1f44fb8c
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......@@ -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})
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment