mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
ed9e5fe0f3
commit
4a8619349a
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
# cmake based build of Subsurface
|
# cmake based build of Subsurface
|
||||||
|
|
||||||
|
# Uncomment his to see all commands cmake actually executes
|
||||||
|
# set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||||
|
|
||||||
project(Subsurface)
|
project(Subsurface)
|
||||||
cmake_minimum_required(VERSION 2.8.11)
|
cmake_minimum_required(VERSION 2.8.11)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue