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
e44da577
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "5e3b7d2d8aa04b0143e43582c436d42af5456669"
Commit
e44da577
authored
Jun 28, 2017
by
Davis King
Browse files
Minor change to avoid errors from some versions of cmake.
parent
48c68f21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
dlib/cmake_utils/test_for_cudnn/CMakeLists.txt
dlib/cmake_utils/test_for_cudnn/CMakeLists.txt
+4
-3
No files found.
dlib/cmake_utils/test_for_cudnn/CMakeLists.txt
View file @
e44da577
...
@@ -10,6 +10,7 @@ add_definitions(-DDLIB_USE_CUDA)
...
@@ -10,6 +10,7 @@ add_definitions(-DDLIB_USE_CUDA)
include
(
find_cudnn.txt
)
include
(
find_cudnn.txt
)
include_directories
(
${
cudnn_include
}
)
if
(
cudnn_include AND cudnn
)
include_directories
(
${
cudnn_include
}
)
cuda_add_library
(
cudnn_test STATIC ../../dnn/cudnn_dlibapi.cpp
${
cudnn
}
)
cuda_add_library
(
cudnn_test STATIC ../../dnn/cudnn_dlibapi.cpp
${
cudnn
}
)
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