diff --git a/CMakeLists.txt b/CMakeLists.txt
index a36421bb8a009353f7113dd7305decea1e081a5a..6c75190b3d6c976d2e7d07b09625fa5d7d5c307b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 ----