Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
a8161b78
Commit
a8161b78
authored
Sep 24, 2010
by
Anatoly Baksheev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FindNPP.cmake: added support of NPP 3.2
parent
782f25a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
FindNPP.cmake
modules/gpu/FindNPP.cmake
+3
-2
No files found.
modules/gpu/FindNPP.cmake
View file @
a8161b78
...
@@ -68,8 +68,9 @@ mark_as_advanced(CUDA_NPP_INCLUDES)
...
@@ -68,8 +68,9 @@ mark_as_advanced(CUDA_NPP_INCLUDES)
# Find NPP library
# Find NPP library
find_library
(
CUDA_NPP_LIBRARIES
find_library
(
CUDA_NPP_LIBRARIES
NAMES npp
${
NPP_SUFFIX
}
libnpp
${
NPP_SUFFIX
}
NAMES
"npp"
"npp
${
NPP_SUFFIX
}
"
"libnpp
${
NPP_SUFFIX
}
"
PATHS
"
${
CUDA_NPP_LIBRARY_ROOT_DIR
}
/common/lib"
PATHS
"
${
CUDA_NPP_LIBRARY_ROOT_DIR
}
"
PATH_SUFFIXES
"common/lib"
"common/npp/lib"
DOC
"NPP library"
DOC
"NPP library"
)
)
...
...
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