Skip to content

Commit e18258c

Browse files
Constrain Entt Version to tag v3.16.0 (JeanPhilippeKernel#502)
- The dependency previously tracked the main branch where current development was happening and breaking changes cause conflicts in our builds. - Constraining to a known version should fix this Co-authored-by: Mathew Benson <mathew@benson.co.ke>
1 parent 3f78f0c commit e18258c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ FetchContent_Declare(
4747
EnTT
4848
GIT_REPOSITORY https://github.com/skypjack/entt.git
4949
GIT_SHALLOW TRUE
50-
GIT_TAG main
50+
GIT_TAG v3.16.0
5151
)
5252

5353
FetchContent_Declare(

0 commit comments

Comments
 (0)