From db2d9569882017bc555eb2e269facb701bce6729 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 1 Aug 2014 13:01:47 -0600 Subject: xgl: add verbose cmake option --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa2c6d10..60d6f820 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,7 @@ cmake_minimum_required (VERSION 2.6) project (XGL) set (XGL_VERSION_MAJOR 0) set (XGL_VERSION_MINOR 1) +# set (CMAKE_VERBOSE_MAKEFILE 1) # Header file for CMake settings configure_file ( -- cgit v1.2.3