mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-27 05:00:42 +00:00
[libtheora] Remove double build. (#6431)
* remove extra build step. vcpkg_install_cmake should also build the target. * Update CONTROL
This commit is contained in:
parent
d539182ccb
commit
cf1c05fb8c
@ -1,4 +1,4 @@
|
||||
Source: libtheora
|
||||
Version: 1.2.0alpha1-20170719~vcpkg1-1
|
||||
Version: 1.2.0alpha1-20170719~vcpkg1-2
|
||||
Description: Theora is a free and open video compression format from the Xiph.org Foundation.
|
||||
Build-Depends: libogg
|
||||
|
@ -31,7 +31,6 @@ vcpkg_configure_cmake(
|
||||
-DUSE_X86=${THEORA_X86_OPT}
|
||||
)
|
||||
|
||||
vcpkg_build_cmake()
|
||||
vcpkg_install_cmake()
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user