Skip to content
Snippets Groups Projects
Verified Commit 96e3fda9 authored by Liam Keegan's avatar Liam Keegan
Browse files

install ghc filesystem header if USE_FALLBACK_FILESYSTEM is enabled

parent f2ddc4df
No related branches found
No related tags found
1 merge request!25Resolve "Add simple adaptive timestepping"
Pipeline #29900 failed
......@@ -27,6 +27,9 @@ dune_enable_all_packages()
set(USE_FALLBACK_FILESYSTEM no CACHE BOOL "Use bundled std::filesystem alternative (enable this for macOS older than 10.15)")
if(USE_FALLBACK_FILESYSTEM)
add_subdirectory(ext/ghc)
install(FILES ext/ghc/include/ghc/filesystem.hpp
COMPONENT Development
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/ghc")
endif()
add_subdirectory(src)
add_subdirectory(dune)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment