diff --git a/CMakeLists.txt b/CMakeLists.txt index a60b4ec0..e95050da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,6 +140,9 @@ if (DYNARMIC_USE_BUNDLED_EXTERNALS) set(CMAKE_DISABLE_FIND_PACKAGE_Zydis ON) endif() +# Ensure that robin-map `export`s +set(TSL_ROBIN_MAP_ENABLE_INSTALL ON) + find_package(Boost 1.57 REQUIRED) find_package(fmt 9 CONFIG) find_package(mcl 0.1.12 EXACT CONFIG)