From eb5752770e7c1df8e304ff02261a3597a733fa77 Mon Sep 17 00:00:00 2001 From: Vladyslav Usenko Date: Sat, 18 Apr 2020 07:36:48 +0200 Subject: [PATCH] Small fixes for MacOS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56839e6..69cecec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,7 +128,7 @@ if(APPLE) include_directories("/usr/local/opt/llvm/include/c++/v1") link_directories("/usr/local/opt/llvm/lib") add_compile_options("-nostdinc++") - set(STD_CXX_FS c++fs) + #set(STD_CXX_FS c++fs) # Workaround for cmake not to filter the manually added standard include path # See: https://gitlab.kitware.com/cmake/cmake/issues/19227#note_669894