CMakeLists: Find tsl-robin-map package (#6517)

This commit is contained in:
merry 2023-05-10 14:42:20 +01:00 committed by GitHub
parent 71a9981430
commit 7677ace5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -274,6 +274,10 @@ if (ENABLE_FDK)
message(FATAL_ERROR "fdk_aac library not found.")
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
# ======================================