Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
b1fa7107
Commit
b1fa7107
authored
Apr 22, 2016
by
Chris Cantwell
Browse files
Fix for Debian shlibdeps not being called.
parent
333366c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
pkg/NektarPackage.cmake.in
View file @
b1fa7107
...
...
@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 2.6)
project("pkg-@PKG_NAME@")
# Files to go in the package
file(READ "targets/install_libs.txt" INSTALL_LIBS_FILES)
file(READ "targets/install_bins.txt" INSTALL_BINS_FILES)
# Put output in builds dir.
set(CPACK_OUTPUT_FILE_PREFIX "../..")
...
...
@@ -78,10 +82,6 @@ if(NOT DEFINED CPACK_PACKAGE_FILE_NAME)
"${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${ARCHITECTURE}")
endif()
# Files to go in the package
file(READ "targets/install_libs.txt" INSTALL_LIBS_FILES)
file(READ "targets/install_bins.txt" INSTALL_BINS_FILES)
# Install any libraries in the lib directory: exclude OS X, we will copy/patch
# up libraries as we install executables.
if(INSTALL_LIBS_FILES AND NOT APPLE)
...
...
Chris Cantwell
@ccantwel
mentioned in commit
66343cbe
·
May 02, 2016
mentioned in commit
66343cbe
mentioned in commit 66343cbe2a21fb94c7473de1ff1f2396e9a8a628
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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