Select Git revision
CMakeLists.txt
Stéphane Del Pino authored
The CMake change is now explicit. It was implicitly required by later versions of Kokkos. clang-9 was failing to build the code for quite a while since it did not compile some proper C++17 code.
CMakeLists.txt 159 B
# ------------------- Source files --------------------
add_library(
PugsOutput
GnuplotWriter.cpp
GnuplotWriter1D.cpp
VTKWriter.cpp
WriterBase.cpp)