Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
e6b52962
Commit
e6b52962
authored
Jul 01, 2018
by
Davis King
Browse files
merged
parents
e552afe9
1a1ec688
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+7
-0
No files found.
dlib/CMakeLists.txt
View file @
e6b52962
...
...
@@ -600,6 +600,12 @@ if (NOT TARGET dlib)
# Grab all the -D flags from CMAKE_CXX_FLAGS so we can pass them
# to nvcc.
string
(
REGEX MATCHALL
"-D[^ ]*"
FLAGS_FOR_NVCC
"
${
CMAKE_CXX_FLAGS
}
"
)
# Check if we are being built as part of a pybind11 module.
if
(
COMMAND pybind11_add_module
)
# Don't export unnecessary symbols.
list
(
APPEND FLAGS_FOR_NVCC
"-Xcompiler=-fvisibility=hidden"
)
endif
()
endif
()
...
...
@@ -884,6 +890,7 @@ endif()
if
(
COMMAND pybind11_add_module
)
# Don't export unnecessary symbols.
set_target_properties
(
dlib PROPERTIES CXX_VISIBILITY_PRESET
"hidden"
)
set_target_properties
(
dlib PROPERTIES CUDA_VISIBILITY_PRESET
"hidden"
)
endif
()
add_library
(
dlib::dlib ALIAS dlib
)
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