opencv/cmake
Alexander Nitsch 2e86cedef2 Fix MinGW detection on x86
MinGW-w64 always uses "w64" as vendor key which the previously
used check for "64" anywhere in the target triplet matched. This
would lead to MinGW-w64 setups always being treated as x64.

Turns out we do not even need this additional check since the
architecture has been correctly determined earlier in this file.
No need to do it again.
2015-03-31 00:02:03 +02:00
..
checks Removing unused winrttest.cpp file 2015-03-23 16:56:50 +03:00
FindCUDA update FindCUDA CMake module to the latest version from upstream 2014-12-23 17:47:04 +03:00
templates Do not compare extra modules in ABI check 2015-03-23 13:10:40 +03:00
cl2cpp.cmake Build separate world-like iOS framework for contrib 2014-12-05 17:48:28 +03:00
copyAndroidLibs.cmake android: allow to build & run examples without Android OpenCV Manager 2014-06-06 18:01:04 +04:00
FindCUDA.cmake FindCUDA fix : do not unset CACHE variables on first call 2015-01-26 10:24:53 +03:00
OpenCVCompilerOptions.cmake sqsum 2015-01-20 21:10:06 +03:00
OpenCVConfig.cmake Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
OpenCVCRTLinkage.cmake Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
OpenCVDetectAndroidSDK.cmake world fix 2014-08-05 20:12:35 +04:00
OpenCVDetectApacheAnt.cmake Fix ant/Java detection in cmake scripts 2013-03-29 18:29:40 +04:00
OpenCVDetectCStripes.cmake fixed C= detection script 2012-10-10 16:15:27 +04:00
OpenCVDetectCUDA.cmake Merge pull request #3758 from ilya-lavrenov:aarch64 2015-03-02 10:50:31 +00:00
OpenCVDetectCXXCompiler.cmake Fix MinGW detection on x86 2015-03-31 00:02:03 +02:00
OpenCVDetectDirectX.cmake cmake: detect Direct 3D 11 2013-12-13 15:57:31 +04:00
OpenCVDetectOpenCL.cmake Fixing buildbot job: 2015-03-02 22:26:45 +03:00
OpenCVDetectPython.cmake Allow PYTHON_LIBRARY and PYTHON_INCLUDE_DIR to actually be overridden 2015-03-26 17:48:03 -07:00
OpenCVDetectTBB.cmake Added suuport for finding Intel TBB for Visual Studio 2013 2014-04-28 07:23:49 -04:00
OpenCVDetectVTK.cmake More proper OpneCv+Qt+Vtk issues handling (http://code.opencv.org/issues/3492) 2014-02-10 15:45:44 +04:00
OpenCVExtraTargets.cmake Removed all use of the obsolete IMMEDIATE parameter to configure_file. 2014-01-29 19:34:02 +04:00
OpenCVFindIntelPerCSDK.cmake Fix notes about cmake files. Fix build warning. 2013-12-17 16:13:55 +04:00
OpenCVFindIPP.cmake explained reason why IPP is disabled on 32-bit Linux. disable IPP's minMaxLoc_32f on 32-bit OSes only 2015-03-06 15:02:22 +03:00
OpenCVFindIPPAsync.cmake Added SharedMatrix 2014-04-03 14:53:27 +04:00
OpenCVFindLATEX.cmake Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options. 2012-01-03 13:48:12 +00:00
OpenCVFindLibsGrfmt.cmake Adding support for GDAL raster images. 2014-07-01 16:29:11 -07:00
OpenCVFindLibsGUI.cmake Correction to enable compilation on platform with only GTK2 libs 2014-04-13 11:11:05 +01:00
OpenCVFindLibsPerf.cmake ipp: added support for updated ICV package 2014-04-09 18:20:49 +04:00
OpenCVFindLibsVideo.cmake Do not link vfw32 library for WinRT 2015-03-23 20:45:58 +03:00
OpenCVFindMatlab.cmake Added TODO for the future of Matlab version sorting 2013-09-16 00:48:07 +10:00
OpenCVFindOpenEXR.cmake Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
OpenCVFindOpenNI2.cmake Added enviroment search paths for OpenNI2 for linux and fixed specific warning 2014-12-24 15:07:05 +03:00
OpenCVFindOpenNI.cmake Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
OpenCVFindWebP.cmake This code is based on https://github.com/prasannatsm/opencv code. 2013-03-11 11:51:38 +04:00
OpenCVFindXimea.cmake XIMEA cam support: allow on OS X too 2014-09-09 19:25:14 +04:00
OpenCVGenABI.cmake Do not compare extra modules in ABI check 2015-03-23 13:10:40 +03:00
OpenCVGenAndroidMK.cmake Libraries filter update after abs path cut. 2014-03-21 12:48:38 +04:00
OpenCVGenConfig.cmake Fixed mangled install layout on unix machines 2015-03-13 14:18:37 +03:00
OpenCVGenHeaders.cmake All installed files marked with component names for install customization. 2014-01-21 20:34:36 +04:00
OpenCVGenInfoPlist.cmake Build separate world-like iOS framework for contrib 2014-12-05 17:48:28 +03:00
OpenCVGenPkgconfig.cmake Support for compound modules, support for contrib_world 2015-02-10 18:30:05 +03:00
OpenCVMinDepVersions.cmake Build both Python 2 and Python 3 bindings 2014-06-29 20:08:13 -04:00
OpenCVModule.cmake Python support 2015-03-02 18:13:00 +03:00
OpenCVPackaging.cmake Mark the libs component required 2015-03-10 16:24:23 +03:00
OpenCVPCHSupport.cmake world fix 2014-08-05 20:12:35 +04:00
OpenCVUtils.cmake Disable object libraries building for cmake 2.8.7 and earlier 2015-02-25 15:00:44 +03:00
OpenCVVersion.cmake Switched OpenCV to a 3-component version number. 2013-11-15 19:41:53 +04:00