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
8f6695ac
Commit
8f6695ac
authored
Sep 02, 2018
by
Alexander Alekhin
Committed by
Hamdi Sahloul
Sep 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CUDA: drop OPENCV_TRAITS_ENABLE_DEPRECATED requirement
parent
9524abcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
CMakeLists.txt
modules/core/CMakeLists.txt
+0
-4
No files found.
modules/core/CMakeLists.txt
View file @
8f6695ac
...
@@ -81,10 +81,6 @@ if(HAVE_HPX)
...
@@ -81,10 +81,6 @@ if(HAVE_HPX)
ocv_target_link_libraries
(
${
the_module
}
LINK_PRIVATE
"
${
HPX_LIBRARIES
}
"
)
ocv_target_link_libraries
(
${
the_module
}
LINK_PRIVATE
"
${
HPX_LIBRARIES
}
"
)
endif
()
endif
()
if
(
HAVE_CUDA
)
ocv_target_compile_definitions
(
${
the_module
}
PUBLIC OPENCV_TRAITS_ENABLE_DEPRECATED
)
endif
()
ocv_add_accuracy_tests
()
ocv_add_accuracy_tests
()
ocv_add_perf_tests
()
ocv_add_perf_tests
()
...
...
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