Don't resolve symlinks when looking for modules.
authorRoman Donchenko <roman.donchenko@itseez.com>
Wed, 5 Jun 2013 11:54:27 +0000 (15:54 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Wed, 5 Jun 2013 13:17:13 +0000 (17:17 +0400)
commit985bfea556ff0511eb16d99ef83a6ef78c80e38d
tree9088b0ce1dac9e1b602fbeb9b82814224af2374f
parent087db2949afde673ba735042a9ea56b58ea3c33e
Don't resolve symlinks when looking for modules.

We don't really need it, it makes the code longer, and it can lead to
inconsistent paths when OpenCV is itself inside a symlink.
cmake/OpenCVModule.cmake
cmake/OpenCVUtils.cmake