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
83385e23
Commit
83385e23
authored
Mar 08, 2019
by
Davis King
Browse files
Added more dianostic messages from cmake.
parent
663a1b71
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dlib/CMakeLists.txt
dlib/CMakeLists.txt
+3
-0
No files found.
dlib/CMakeLists.txt
View file @
83385e23
...
...
@@ -772,6 +772,9 @@ if (NOT TARGET dlib)
if
(
USING_OLD_VISUAL_STUDIO_COMPILER
)
message
(
STATUS
"*** Dlib CUDA support requires C++11 but your compiler doesn't support it. ***"
)
endif
()
if
(
NOT CUDA_FOUND
)
message
(
STATUS
"DID NOT FIND CUDA"
)
endif
()
message
(
STATUS
"Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA"
)
endif
()
endif
()
...
...
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