install OpenCVConfig.cmake in arch dependent directory (Patch #1416)
Description
starting with cmake 2.6.3, it is possible to install OpenCVConfig.cmake in the appropriate architecture dependent path.
cmake 2.6.3 and later will browse such directory by default in a dependent project.
Associated revisions
#1416 added option to install OpenCVConfig.cmake i arch-dependent lo
Merge pull request #1416 from asmorkalov:doc_hough_circle
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from starting with cmake 2.6.3, it is possible to install [[OpenCVConfig]].cmake i... to starting with cmake 2.6.3, it is possible to install OpenCVConfig.cmake in th... More
Updated by Alexander Shishkov almost 13 years ago
- Tracker changed from Feature to Patch
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Vadim Pisarevsky)
Updated by Andrey Kamaev almost 13 years ago
Thanks for reporting.
Option to install into the arch-dependent location is added in r7683.
However cmake (confirmed for 2.8.0) does not search for config in under the lib32 and you might need to manually point your apps to the install location.
- 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