diff --git a/CMakeLists.txt b/CMakeLists.txt index 576cc57e4..a6192abed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 # ======================================