summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jeroen Massar <jeroen@massar.ch>2016-03-16 08:57:41 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-16 07:33:17 -0700
commit777ee8a5cdaad9b5a0ed75aa049b6d842be1306b (patch)
tree930f0a03fed511260d50bd0a983a26844ad553b4
parente90b409a149eb810d8f220ba8a64d3fc732ca881 (diff)
downloadsubsurface-777ee8a5cdaad9b5a0ed75aa049b6d842be1306b.tar.gz
Debug reminder: how to get more verbose details out of cmake
Signed-off-by: Jeroen Massar <jeroen@massar.ch> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b7845704..7e687c739 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,8 @@
# cmake based build of Subsurface
+# Uncomment his to see all commands cmake actually executes
+# set(CMAKE_VERBOSE_MAKEFILE ON)
+
project(Subsurface)
cmake_minimum_required(VERSION 2.8.11)