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
60cedd7a
Commit
60cedd7a
authored
Jan 13, 2015
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3592 from jet47:cuda-7.0-android
parents
bc23f29b
d8272b93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FindCUDA.cmake
cmake/FindCUDA.cmake
+1
-1
No files found.
cmake/FindCUDA.cmake
View file @
60cedd7a
...
...
@@ -1098,7 +1098,7 @@ macro(CUDA_WRAP_SRCS cuda_target format generated_files)
set
(
nvcc_flags
${
nvcc_flags
}
"--target-cpu-architecture=
${
CUDA_TARGET_CPU_ARCH
}
"
)
endif
()
if
(
CUDA_TARGET_OS_VARIANT
)
if
(
CUDA_TARGET_OS_VARIANT
AND CUDA_VERSION VERSION_LESS
"7.0"
)
set
(
nvcc_flags
${
nvcc_flags
}
"-target-os-variant=
${
CUDA_TARGET_OS_VARIANT
}
"
)
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