[libtheora] Remove double build. (#6431)

* remove extra build step. 

vcpkg_install_cmake should also build the target.

* Update CONTROL
This commit is contained in:
Alexander Neumann 2019-05-14 06:51:16 +02:00 committed by Griffin Downs
parent d539182ccb
commit cf1c05fb8c
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -31,7 +31,6 @@ vcpkg_configure_cmake(
-DUSE_X86=${THEORA_X86_OPT}
)
vcpkg_build_cmake()
vcpkg_install_cmake()
vcpkg_copy_pdbs()