Revision b0220960c029f77fe32f2a761b4db57f2fdac55a authored by Dmitry Yu. Naumov on 03 April 2023, 20:04:11 UTC, committed by Dmitry Yu. Naumov on 03 April 2023, 20:04:11 UTC
[ci] Reducing runtime on wheel and notebook jobs

See merge request ogs/ogs!4552
2 parent s 86cf986 + 7ecfc6a
Raw File
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top