Skip to content
Snippets Groups Projects
Commit b3f68a90 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

Revert "Update lib installation path (multiarch portability)."

This reverts commit 0d0fa66c.
parent 703d6836
No related branches found
No related tags found
No related merge requests found
Pipeline #1069 passed
...@@ -46,14 +46,14 @@ SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION}) ...@@ -46,14 +46,14 @@ SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION})
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} dynamic-graph) PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} dynamic-graph)
INSTALL(TARGETS ${LIBRARY_NAME} INSTALL(TARGETS ${LIBRARY_NAME}
DESTINATION ${CMAKE_INSTALL_LIBDIR}) DESTINATION lib)
SET(EXECUTABLE_NAME dg-python) SET(EXECUTABLE_NAME dg-python)
ADD_EXECUTABLE(${EXECUTABLE_NAME} dg-python.cc) ADD_EXECUTABLE(${EXECUTABLE_NAME} dg-python.cc)
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME}
${LIBRARY_NAME} ${LIBRARY_NAME}
) )
INSTALL(TARGETS dg-python DESTINATION ${CMAKE_INSTALL_BINDIR}) INSTALL(TARGETS dg-python DESTINATION bin)
# #
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment