From 4a8619349aa1f91f81986132608cb659d9f8b2d7 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 c636d1f36..ea6f17e66 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