discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] possible bug in gr_modtool


From: Martin Braun
Subject: Re: [Discuss-gnuradio] possible bug in gr_modtool
Date: Tue, 14 Jul 2015 09:57:55 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 14.07.2015 07:11, Michael Dickens wrote:
> Hi Federico - Yes, that does seem like a bug. Looking at the top-level
> docs/doxygen/CMakeLists.txt, this command is:
> {{{
> add_custom_command(
>     OUTPUT ${BUILT_DIRS}
>     COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
>     WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
>     DEPENDS ${GENERATED_DEPS}
>     COMMENT "Generating documentation with doxygen"
> )
> }}}


Doxygen has no states; if something changes, you need to rerun it
entirely. I would have thought this syntax does the right thing,
assuming $GENERATED_DEPS actually holds all the files that can be changed.
So, this might also be a CMake issue.

M




reply via email to

[Prev in Thread] Current Thread [Next in Thread]