Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
b3f68a90
Commit
b3f68a90
authored
Jul 30, 2018
by
Guilhem Saurel
Browse files
Revert "Update lib installation path (multiarch portability)."
This reverts commit
0d0fa66c
.
parent
703d6836
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
b3f68a90
...
...
@@ -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
)
#
#
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment