Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
seo young Joung
opencv
Commits
0ccc8393
Commit
0ccc8393
authored
4 years ago
by
Alexander Smorkalov
Browse files
Options
Download
Email Patches
Plain Diff
Restored compatibility with CMake older than 3.7.
parent
a711e2aa
4.x
5.x
master
next
4.5.5
4.5.4
4.5.3
4.5.3-openvino
4.5.3-openvino-2021.4.2
4.5.3-openvino-2021.4.1
4.5.2
4.5.2-openvino
4.5.1
4.5.1-openvino
4.5.0
4.5.0-openvino
4.4.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/OpenCVDetectCUDA.cmake
+1
-1
cmake/OpenCVDetectCUDA.cmake
with
1 addition
and
1 deletion
+1
-1
cmake/OpenCVDetectCUDA.cmake
View file @
0ccc8393
...
...
@@ -31,7 +31,7 @@ endif()
if
(
CUDA_FOUND
)
set
(
HAVE_CUDA 1
)
if
(
CUDA_VERSION VERSION_
GREATER_EQUAL
"
11.0
"
)
if
(
NOT
CUDA_VERSION VERSION_
LESS
11.0
)
# CUDA 11.0 removes nppicom
ocv_list_filterout
(
CUDA_nppi_LIBRARY
"nppicom"
)
ocv_list_filterout
(
CUDA_npp_LIBRARY
"nppicom"
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help