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

Fix install library destination

parent 12125dd0
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ if(PROJECT_VERSION)
set_target_properties(GalilAxisPlugin PROPERTIES OUTPUT_NAME "GalilAxisPlugin-${PROJECT_VERSION}")
endif()
install (TARGETS GalilAxisPlugin LIBRARY DESTINATION ${LIB_INSTALL_DIR})
install (TARGETS GalilAxisPlugin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
......@@ -10,4 +10,4 @@ if(PROJECT_VERSION)
set_target_properties(SimulatedAxisPlugin PROPERTIES OUTPUT_NAME "SimulatedAxisPlugin-${PROJECT_VERSION}")
endif()
install (TARGETS SimulatedAxisPlugin LIBRARY DESTINATION ${LIB_INSTALL_DIR})
install (TARGETS SimulatedAxisPlugin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment