From 492c1a7dd4e752e21f42e2b711d40b3b4e6e90fe Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Thu, 28 May 2020 01:59:13 -0300 Subject: [PATCH] cmake: Add tsl-robin-map as a conan dependency --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce46a2c2ba..4e1b1653de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,6 +165,7 @@ macro(yuzu_find_packages) #"libzip 1.5 libzip/1.5.2@bincrafters/stable" "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.7 nlohmann_json/3.7.3" + "tsl-robin-map 0.6.2 tsl-robin-map/0.6.2@tessil/stable" "ZLIB 1.2 zlib/1.2.11" "zstd 1.4 zstd/1.4.4" )