mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 05:25:14 +01:00
CMakeLists: Find tsl-robin-map package (#6517)
This commit is contained in:
parent
71a9981430
commit
7677ace5ea
@ -274,6 +274,10 @@ if (ENABLE_FDK)
|
|||||||
message(FATAL_ERROR "fdk_aac library not found.")
|
message(FATAL_ERROR "fdk_aac library not found.")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Use system tsl::robin_map if available (otherwise we fallback to version bundled with dynarmic)
|
||||||
|
find_package(tsl-robin-map QUIET)
|
||||||
|
|
||||||
# Platform-specific library requirements
|
# Platform-specific library requirements
|
||||||
# ======================================
|
# ======================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user