Fix MinGW detection on x86
authorAlexander Nitsch <nitsch@ht.tu-berlin.de>
Sat, 7 Mar 2015 14:49:48 +0000 (15:49 +0100)
committerAlexander Nitsch <nitsch@ht.tu-berlin.de>
Mon, 30 Mar 2015 22:05:48 +0000 (00:05 +0200)
commit3fff0e5b3c771c3b8f6b78ca9ccb803b3b16ed6b
tree58f1bfba5d455423502b2122080ea57592206cc5
parent8f84a73b821d3edad445d29478d2ab31b03d0381
Fix MinGW detection on x86

Make detection of x64 using the gcc's target triplet identical
to the one used in cmake/OpenCVDetectCXXCompiler.cmake.
Otherwise, MinGW-w64 setups will always be treated as x64 since
they contain "w64" as vendor key.
cmake/OpenCVConfig.cmake