Revision ee075718cc369daa91c7e3fa114353f52a9c957f authored by Dmitry Yu. Naumov on 09 March 2021, 11:53:26 UTC, committed by Dmitry Yu. Naumov on 09 March 2021, 11:53:26 UTC
[T/RM] Relax tolerances for failing CI job.

See merge request ogs/ogs!3495
2 parent s 5907ba7 + f8eb3fa
Raw File
CMakeLists.txt
# Source files
get_source_files(SOURCES)

# Create the library
ogs_add_library(MeshGeoToolsLib ${SOURCES})

target_link_libraries(MeshGeoToolsLib
                      PUBLIC GeoLib MathLib
                      PRIVATE BaseLib MeshLib spdlog::spdlog)
back to top