opencv/cmake/checks
Biswapriyo Nath 6cf0910842
Merge pull request #22462 from Biswa96:fix-directx-check
* cmake: Fix DirectX detection in mingw

The pragma comment directive is valid for MSVC only. So, the DirectX detection
fails in mingw. The failure is fixed by adding the required linking library
(here d3d11) in the try_compile() function in OpenCVDetectDirectX.cmake file.
Also add a message if the first DirectX check fails.

* gapi: Fix compilation with mingw

These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.

* samples: Fix compilation with mingw

These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.
2022-10-03 08:37:36 +03:00
..
runtime cmake:vsx Fix compilation fail on aligned runtime test when c++11 enabled 2019-03-21 11:21:00 +02:00
atomic_check.cpp cmake: use 'long long' for atomic check 2019-09-18 15:18:09 +00:00
cpu_avx2.cpp build: update AVX2 check 2019-10-08 13:12:02 +03:00
cpu_avx512.cpp
cpu_avx512clx.cpp fix avx512 detection 2019-10-05 11:03:57 +00:00
cpu_avx512cnl.cpp Merge pull request #14007 from seiko2plus:core_avx512_infa 2019-05-05 14:19:49 +03:00
cpu_avx512common.cpp Merge pull request #14007 from seiko2plus:core_avx512_infa 2019-05-05 14:19:49 +03:00
cpu_avx512icl.cpp fix avx512 detection 2019-10-05 11:03:57 +00:00
cpu_avx512knl.cpp Merge pull request #14007 from seiko2plus:core_avx512_infa 2019-05-05 14:19:49 +03:00
cpu_avx512knm.cpp Merge pull request #14007 from seiko2plus:core_avx512_infa 2019-05-05 14:19:49 +03:00
cpu_avx512skx.cpp AVX 512 detection: workaround for older GCC 2019-06-07 13:58:09 +03:00
cpu_avx.cpp
cpu_dotprod.cpp neon: add dotprod dispatch implementation 2022-07-20 19:25:39 +09:00
cpu_fp16.cpp
cpu_lasx.cpp Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX 2022-09-10 09:39:43 +03:00
cpu_msa.cpp fix files permissions 2020-04-13 04:29:55 +00:00
cpu_neon.cpp Merge pull request #21630 from shibayan:arm64-msvc-neon 2022-02-26 17:35:03 +00:00
cpu_popcnt.cpp
cpu_rvv.cpp Update RISC-V back-end to RVV 0.10 2021-06-18 15:44:38 +08:00
cpu_sse2.cpp
cpu_sse3.cpp
cpu_sse41.cpp
cpu_sse42.cpp
cpu_sse.cpp
cpu_ssse3.cpp
cpu_vsx3.cpp
cpu_vsx_asm.cpp core:vsx fix inline asm constraints 2020-01-28 15:48:00 +02:00
cpu_vsx.cpp
cxx11.cpp
directx.cpp Merge pull request #22462 from Biswa96:fix-directx-check 2022-10-03 08:37:36 +03:00
ffmpeg_test.cpp
lapack_check.cpp
opencl.cpp
OpenCVDetectCudaArch.cu
openvx_refenum_test.cpp
vtk_test.cpp
vulkan.cpp
webnn.cpp Merge pull request #20406 from MarkGHX:gsoc_2021_webnn 2021-11-23 21:15:31 +00:00
win32uitest.cpp