aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-01-12 13:01:09 +0800
committerGitHub <noreply@github.com>2021-01-11 21:01:09 -0800
commit355214eba0d5f8dc083a8e4e7ad8411c8ed655c6 (patch)
treea044320338531244bfd0c9668bea9b7467d83d71
parenta8f5147bbc0b562103a823e8b6204d786be61513 (diff)
downloadvcpkg-355214eba0d5f8dc083a8e4e7ad8411c8ed655c6.tar.gz
vcpkg-355214eba0d5f8dc083a8e4e7ad8411c8ed655c6.zip
[entt] update to <3.6> (#15567)
* [entt] update to <3.6> * fix option name
-rw-r--r--ports/entt/CONTROL2
-rw-r--r--ports/entt/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/entt/CONTROL b/ports/entt/CONTROL
index a713aaff9..64e63c29b 100644
--- a/ports/entt/CONTROL
+++ b/ports/entt/CONTROL
@@ -1,4 +1,4 @@
Source: entt
-Version: 3.5.1
+Version: 3.6.0
Description: Gaming meets modern C++ - a fast and reliable entity-component system and much more.
Homepage: https://github.com/skypjack/entt
diff --git a/ports/entt/portfile.cmake b/ports/entt/portfile.cmake
index 68e263649..890ec090e 100644
--- a/ports/entt/portfile.cmake
+++ b/ports/entt/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skypjack/entt
- REF v3.5.1
- SHA512 41d4c56f04e6d98218ce5994636407cef7a73c75a4f3b982b0756b0496002b841c22a652a28575e5d683c45459d66dba47dec3d51a92963b372cb72e95df8a0f
+ REF 7a949dd32849e8230b15a5ff8ad1104c7f748c2a #v3.6.0
+ SHA512 fe1fcac31f174fb878da5c1737ff1261be0c26e896c858f32fa524db45f70f17d7c7b67f8ebdeabe21f6c977fad7642ff9f6fd6a865b645a4f93e13c7812b922
HEAD_REF master
)
@@ -11,7 +11,7 @@ vcpkg_configure_cmake(
DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
- -DBUILD_TESTING=OFF
+ -DENTT_BUILD_TESTING=OFF
)
vcpkg_install_cmake()