mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 17:14:22 +08:00
[ogre] Slight modernization
This commit is contained in:
parent
c7e3589fb9
commit
3ade657845
@ -1,5 +1,5 @@
|
||||
Source: ogre
|
||||
Version: 1.11.3
|
||||
Version: 1.11.3-1
|
||||
Build-Depends: freeimage, freetype, zlib, zziplib
|
||||
Description: 3D Object-Oriented Graphics Rendering Engine
|
||||
|
||||
|
@ -6,13 +6,9 @@ vcpkg_from_github(
|
||||
REF v1.11.3
|
||||
SHA512 af52821022ab6148e64fdf183b1aa4607b101c7d0edc20d2ccc909f50eed218d7a283fa3b58260fd41cd3f324ecafad8c5137c66e05786580b043240551b2c42
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_apply_patches(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PATCHES
|
||||
${CMAKE_CURRENT_LIST_DIR}/001-cmake-install-dir.patch
|
||||
${CMAKE_CURRENT_LIST_DIR}/002-link-optimized-lib-workaround.patch
|
||||
001-cmake-install-dir.patch
|
||||
002-link-optimized-lib-workaround.patch
|
||||
)
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||
|
Loading…
x
Reference in New Issue
Block a user