iblessing
iblessing copied to clipboard
compile on older MacOS
Current clang version for MacOS 10.13.6 is 4.2.1 doesn't support either
Here are the changes I made:
- change
#include <filesystem>
to#include <ghc/filesystem.hpp>
;namespace fs =std::filesystem
->namespace fs = ghc::filesystem
inScannerWorkDirManager.cpp
andPluginRegistry.cpp
- add the following things to the CmakeLists.txt
add_subdirectory(<Your ghc source code path> [Your target binary path]) target_link_libraries(iblessing ghc_filesystem)