From 45634f750467f23b81e6fc03abe421bb73372eed Mon Sep 17 00:00:00 2001 From: TinyAtoms Date: Fri, 7 Feb 2020 16:19:02 -0300 Subject: [PATCH] fixed cmakelist flag --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2d80ee..6cfe5b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,5 +26,6 @@ target_link_libraries(studproject absl::flat_hash_map pthread dl + stdc++fs )