mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[opencv] Disable msvcrt check to allow prepackaged ffmpeg
This commit is contained in:
parent
90e520af8d
commit
4d274a7bff
@ -1,5 +1,5 @@
|
|||||||
Source: opencv
|
Source: opencv
|
||||||
Version: 3.3.1-7
|
Version: 3.3.1-9
|
||||||
Build-Depends: zlib, libpng, libjpeg-turbo, tiff, protobuf (windows)
|
Build-Depends: zlib, libpng, libjpeg-turbo, tiff, protobuf (windows)
|
||||||
Description: computer vision library
|
Description: computer vision library
|
||||||
|
|
||||||
|
@ -201,4 +201,6 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
|||||||
|
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
set(VCPKG_LIBRARY_LINKAGE "dynamic")
|
set(VCPKG_LIBRARY_LINKAGE "dynamic")
|
||||||
|
|
||||||
|
set(VCPKG_POLICY_ALLOW_OBSOLETE_MSVCRT enabled)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user