Skip to content
Snippets Groups Projects
Commit c9789e0f authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Output CMake arguments on CI for debugging.

parent 6dc2771a
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ project(OGS-6)
include(scripts/cmake/CMakeSetup.cmake)
include(ParseCMakeArgs)
if(DEFINED ENV{CI})
message(STATUS "CMake arguments: ${CMAKE_ARGS}")
endif()
include(CTest)
# ---- Preliminary Options ----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment