From f0418bf91616841b052b5264916af741acf0097b Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 11 Jun 2012 11:37:51 +0200
Subject: [PATCH] With OGS_CMAKE_DEBUG=ON all cmake variable values are
 printed.

---
 CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a1a78b2ec2..aa96b25ab40 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,6 +28,12 @@ ENDIF() # GCC AND GPROF_PATH
 # Disable Qt
 OPTION(OGS_DONT_USE_QT "Disables all Qt specific code." OFF)
 
+# Print CMake variable values
+IF (OGS_CMAKE_DEBUG)
+	INCLUDE(ListAllCMakeVariableValues)
+	list_all_cmake_variable_values()
+ENDIF (OGS_CMAKE_DEBUG)
+
 ######################
 ### Subdirectories ###
 ######################
-- 
GitLab