Revision a862941bd220dc07b59941240f530a63d0028f70 authored by Lars Bilke on 26 May 2021, 12:03:30 UTC, committed by Lars Bilke on 26 May 2021, 12:03:30 UTC
[cmake] Collect python packages and run poetry add just once.

See merge request ogs/ogs!3524
2 parent s a83e717 + 72c457b
Raw File
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top