[flecs] Update to 3.1.0. (#27268)

* Update to 3.1.0.

Options no longer have `_LIBS`.

* Removed explicit non-support of UWP.
This commit is contained in:
Kyle Benesch 2022-10-17 07:35:52 -07:00 committed by GitHub
parent 06b5f4a769
commit a65248c5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 7 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO SanderMertens/flecs
REF v2.4.8
SHA512 4d4ee41a457f6e13b5913bbc12f66dc9a3bcab3f39ad398da55892bb80649cf416d82255f17bbcef4fee11992028cbb2972d0e9e435435cb58a7b33ec2ebe526
REF v3.1.0
SHA512 422458818e4696359a2e0a3cf52b6d47b4fcfe792b483903cba9d0aad2beee574d1040b0d6286e158145226c8bb9ad897dd74cb87c9e3def0d89cb33e218b20d
HEAD_REF master
)
@ -12,8 +12,8 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" FLECS_SHARED_LIBS)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DFLECS_STATIC_LIBS=${FLECS_STATIC_LIBS}
-DFLECS_SHARED_LIBS=${FLECS_SHARED_LIBS}
-DFLECS_STATIC=${FLECS_STATIC_LIBS}
-DFLECS_SHARED=${FLECS_SHARED_LIBS}
)
vcpkg_cmake_install()

View File

@ -1,10 +1,9 @@
{
"name": "flecs",
"version": "2.4.8",
"version": "3.1.0",
"description": "A fast entity component system (ECS) for C & C++",
"homepage": "https://github.com/SanderMertens/flecs",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -2341,7 +2341,7 @@
"port-version": 0
},
"flecs": {
"baseline": "2.4.8",
"baseline": "3.1.0",
"port-version": 0
},
"flint": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3b287c3496003f022bc0c1c2d55a775ac591d6e8",
"version": "3.1.0",
"port-version": 0
},
{
"git-tree": "c39673b97267a414e46e47f526b48ca9c6b3b246",
"version": "2.4.8",