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
|
||||||
# ======================================
|
# ======================================
|
||||||
|
|
||||||
|
|
Reference in New Issue