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>
This commit is contained in:
Jeroen Massar 2016-03-16 08:57:41 +01:00 committed by Dirk Hohndel
parent ed9e5fe0f3
commit 4a8619349a

View file

@ -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)