From f96da27624cb11151808f7602259c0f40a54d27f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 10 Apr 2023 11:07:33 +0200 Subject: cmake: try to fix ci --- serialize/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/serialize/CMakeLists.txt b/serialize/CMakeLists.txt index be65ccc3..1ba22a5a 100644 --- a/serialize/CMakeLists.txt +++ b/serialize/CMakeLists.txt @@ -7,6 +7,7 @@ target_link_libraries( Magnum::Trade nlohmann_json::nlohmann_json fmt::fmt + tsl::robin_map ) if(MSVC) -- cgit v1.2.3