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

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

This reverts commit 0d0fa66c.
parent a4e5e01b
No related branches found
No related tags found
No related merge requests found
Pipeline #1065 passed
......@@ -46,14 +46,14 @@ SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION})
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} dynamic-graph)
INSTALL(TARGETS ${LIBRARY_NAME}
DESTINATION ${CMAKE_INSTALL_LIBDIR})
DESTINATION lib)
SET(EXECUTABLE_NAME dg-python)
ADD_EXECUTABLE(${EXECUTABLE_NAME} dg-python.cc)
TARGET_LINK_LIBRARIES(${EXECUTABLE_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