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
77374942
Commit
77374942
authored
May 16, 2023
by
lishen
Browse files
dlib for dcu, version=19.24
parent
9a00f400
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+0
-4
No files found.
dlib/CMakeLists.txt
View file @
77374942
...
...
@@ -693,10 +693,8 @@ if (NOT TARGET dlib)
# list(APPEND dlib_needed_private_libraries ${openmp_libraries})
# endif ()
list
(
APPEND dlib_needed_public_includes /opt/dtk/include
)
message
(
"333 add dtk lib and includes done"
)
message
(
STATUS
"Enabling ROCM support for dlib. DLIB WILL USE ROCM"
)
message
(
"DLIB_LINK_WITH_SQLITE3 "
${
DLIB_LINK_WITH_SQLITE3
}
)
if
(
DLIB_LINK_WITH_SQLITE3
)
find_library
(
sqlite sqlite3
)
...
...
@@ -767,8 +765,6 @@ if (NOT TARGET dlib)
target_link_libraries
(
dlib PUBLIC
${
dlib_needed_public_libraries
}
${
dlib_needed_public_ldflags
}
)
target_link_libraries
(
dlib PRIVATE
${
dlib_needed_private_libraries
}
)
target_compile_options
(
dlib PUBLIC
${
dlib_needed_public_cflags
}
)
message
(
"222 dlib_needed_public_cflags: "
${
dlib_needed_public_cflags
}
)
if
(
DLIB_IN_PROJECT_BUILD
)
target_compile_options
(
dlib PUBLIC
${
active_preprocessor_switches
}
)
...
...
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