mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 12:18:01 +08:00
[unrar/recast/yoga] Bump version, fix whitespace
This commit is contained in:
parent
a9e91af50b
commit
6c118ba771
@ -1,3 +1,3 @@
|
|||||||
Source: recast
|
Source: recast
|
||||||
Version: 1.5.1
|
Version: 1.5.1-1
|
||||||
Description: Navigation-mesh Toolset for Games
|
Description: Navigation-mesh Toolset for Games
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
include(vcpkg_common_functions)
|
include(vcpkg_common_functions)
|
||||||
|
|
||||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||||
message(WARNING "Dynamic not supported building static")
|
message(WARNING "Dynamic not supported, building static")
|
||||||
set(VCPKG_LIBRARY_LINKAGE static)
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Source: unrar
|
Source: unrar
|
||||||
Version: 5.5.8
|
Version: 5.5.8-1
|
||||||
Description: rarlab's unrar libary
|
Description: rarlab's unrar libary
|
||||||
|
@ -6,7 +6,7 @@ set(UNRAR_URL http://www.rarlab.com/rar/${UNRAR_FILENAME})
|
|||||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/unrar)
|
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/unrar)
|
||||||
|
|
||||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||||
message(STATUS "Unrar buildsystem doesn't support static building. Building dynamic instead.")
|
message(STATUS "Unrar buildsystem doesn't support static building. Building dynamic instead.")
|
||||||
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Source: yoga
|
Source: yoga
|
||||||
Version: 1.7.0
|
Version: 1.7.0-1
|
||||||
Description: Yoga is a cross-platform layout engine which implements Flexbox
|
Description: Yoga is a cross-platform layout engine which implements Flexbox
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
include(vcpkg_common_functions)
|
include(vcpkg_common_functions)
|
||||||
|
|
||||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||||
message(WARNING "Dynamic not supported building static")
|
message(WARNING "Dynamic not supported, building static")
|
||||||
set(VCPKG_LIBRARY_LINKAGE static)
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||||||
elseif (VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore)
|
elseif (VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore)
|
||||||
message(FATAL_ERROR "Error: UWP builds not supported yet.")
|
message(FATAL_ERROR "Error: UWP builds not supported yet.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user