remove entt from external, since contact manages it
This commit is contained in:
parent
89ace56ade
commit
a9ef66eb9c
10
external/CMakeLists.txt
vendored
10
external/CMakeLists.txt
vendored
@ -2,16 +2,6 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
|
|||||||
|
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
# TODO: move entt dep into solanaceae_contact
|
|
||||||
if (NOT TARGET EnTT::EnTT)
|
|
||||||
FetchContent_Declare(EnTT
|
|
||||||
GIT_REPOSITORY https://github.com/skypjack/entt.git
|
|
||||||
GIT_TAG v3.12.2
|
|
||||||
EXCLUDE_FROM_ALL
|
|
||||||
)
|
|
||||||
FetchContent_MakeAvailable(EnTT)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (NOT TARGET solanaceae_util)
|
if (NOT TARGET solanaceae_util)
|
||||||
FetchContent_Declare(solanaceae_util
|
FetchContent_Declare(solanaceae_util
|
||||||
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_util.git
|
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_util.git
|
||||||
|
Loading…
Reference in New Issue
Block a user