News:

--

Main Menu

-DVERBOSE= cmake option don't work

Started by sl1pkn07, November 26, 2014, 09:15:18 PM

Previous topic - Next topic

sl1pkn07

Hi

build avidemux with cmake -DVERBOSE=foo (0, FALSE, OFF, etc) don't work. always build with verbose mode actived

also dont' work with -DCMAKE_VERBOSE_MAKEFILE=foo

only works if 'make' is parsed with VERBOSE=""

greeings

sl1pkn07


mean

Try removing

make/admCoreIncludes.cmake:SET(CMAKE_VERBOSE_MAKEFILE ON)

sl1pkn07

yes, if remove that, fixed the problem

then one question, the (-D)VERBOSE option is for?

greetings

mean


The VERBOSE is for internal avidemux debug code
cmake  is pretty hard to debug without that
(i.e. it fails but you dont know why)

sl1pkn07