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
Kate Kader
Open VDS
Commits
be6a3784
Commit
be6a3784
authored
Nov 13, 2019
by
Jørgen Lind
Browse files
Add option for forcing no libdir suffix
parent
75389c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
be6a3784
...
...
@@ -12,8 +12,11 @@ set (TEST_AWS_BUCKET "" CACHE STRING "Test AWS bucket")
set
(
TEST_AWS_OBJECTID
""
CACHE STRING
"Test AWS object ID"
)
set
(
OPENVDS_LIBDIR_SUFFIX
""
CACHE STRING
"Suffix to add to lib directories on linux"
)
option
(
FORCE_NO_LIBDIR_SUFFIX
"Force there to be no suffix on lib directories linux"
)
if
(
OPENVDS_LIBDIR_SUFFIX
)
if
(
FORCE_NO_LIBDIR_SUFFIX
)
set
(
LIBSUFFIX
""
)
elseif
(
OPENVDS_LIBDIR_SUFFIX
)
set
(
LIBSUFFIX
${
OPENVDS_LIBDIR_SUFFIX
}
)
else
()
get_property
(
LIB64 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS
)
...
...
Write
Preview
Markdown
is supported
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