missing cvPyrUp in documentation (Bug #1670)
Issue hierarchy
Associated revisions
Added cvPyrUp signature to the documentation #1670
Merge pull request #1670 from jet47:cuda-cmake-fix
Fixed CMake warnings/bugs caused by #1670 and #1714
include() doesn't create a variable scope, so the settings of
CMAKE_MODULE_PATH and CMAKE_FIND_ROOT_PATH_MODE_* were polluting
everything included after OpenCVDetectCUDA.cmake.
Also, FindCUDA includes FindPackageHandleStandardArgs, which includes
CMakeParseArguments, which causes warnings related to policy CMP0017.
Setting it to NEW seems safe enough.
History
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted (
2.4.0)
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Alexander Shishkov)
Updated by Andrey Kamaev almost 13 years ago
- Status changed from Open to Done
- Assignee set to Andrey Kamaev
Updated by Alexander Shishkov almost 13 years ago
- Target version set to 2.4.0