]> git.lyx.org Git - features.git/commitdiff
cmake: show full command
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 26 Mar 2007 20:21:41 +0000 (20:21 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 26 Mar 2007 20:21:41 +0000 (20:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17581 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index 9e5d62f49ec0b4d2457b7a970813a743da03ce8e..c190b0f212f23c5178665b8ea03455b792a4cbd0 100644 (file)
@@ -59,6 +59,9 @@ endif(debug)
 
 
 if(UNIX)
+       if(NOT quiet)
+               set(CMAKE_VERBOSE_MAKEFILE ON)
+       endif(NOT quiet)
        set(LYX_CXX_FLAGS -Wall)
        if(stdlib-debug)
                set(LYX_CXX_FLAGS "${LYX_CXX_FLAGS} -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC")