From 777ee8a5cdaad9b5a0ed75aa049b6d842be1306b Mon Sep 17 00:00:00 2001 From: Jeroen Massar Date: Wed, 16 Mar 2016 08:57:41 +0100 Subject: Debug reminder: how to get more verbose details out of cmake Signed-off-by: Jeroen Massar Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3-70-g09d2