https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f9ea88b9bc3b1f366e589fa2f7ebc1514be820e9 authored by Lars Bilke on 27 May 2021, 13:07:21 UTC
[ci] Cleanup ctest log files for passed tests.
Tip revision: f9ea88b
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top