Skip to content

Commit

Permalink
chore: update entt to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 2, 2024
1 parent fa430aa commit 9ab7696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ find_package(base64 CONFIG REQUIRED)
find_package(Boost CONFIG REQUIRED)
find_package(concurrentqueue CONFIG REQUIRED)
find_package(cpptrace CONFIG REQUIRED)
#find_package(EnTT CONFIG REQUIRED)
include(FetchContent)
FetchContent_Declare(EnTT URL https://github.com/skypjack/entt/archive/41aab920b083aa424ac1d27666ce287eeaff6ceb.tar.gz)
FetchContent_MakeAvailable(EnTT)
find_package(EnTT CONFIG REQUIRED)
find_package(expected-lite REQUIRED)
find_package(fmt CONFIG REQUIRED)
find_package(funchook CONFIG REQUIRED)
Expand Down
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def requirements(self):
self.requires("boost/1.85.0")
self.requires("concurrentqueue/1.0.4")
self.requires("cpptrace/0.7.1")
# self.requires("entt/3.13.0")
self.requires("entt/3.14.0")
self.requires("expected-lite/0.8.0")
self.requires("fmt/[~10]", transitive_headers=True, transitive_libs=True)
self.requires("funchook/1.1.3")
Expand Down Expand Up @@ -177,7 +177,7 @@ def package_info(self):
"boost::boost",
"concurrentqueue::concurrentqueue",
"cpptrace::cpptrace",
# "entt::entt",
"entt::entt",
"glm::glm",
"magic_enum::magic_enum",
"nlohmann_json::nlohmann_json",
Expand Down

0 comments on commit 9ab7696

Please sign in to comment.