diff options
author | Jeroen Massar <jeroen@massar.ch> | 2016-03-16 08:57:41 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-16 07:33:17 -0700 |
commit | 777ee8a5cdaad9b5a0ed75aa049b6d842be1306b (patch) | |
tree | 930f0a03fed511260d50bd0a983a26844ad553b4 | |
parent | e90b409a149eb810d8f220ba8a64d3fc732ca881 (diff) | |
download | subsurface-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.txt | 3 |
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) |