cmake: show full command

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17581 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-03-26 20:21:41 +00:00
parent 791fbb9f65
commit d44b37a373

View 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")