Gr_modtool enable

Gurus,

We have “gr_modtool disable ABC” to disable the ABC custom block.
But how to enable it back?
(There is no “gr_modtool enable” or equivalent).

On 13.05.2014 08:21, Activecat wrote:

We have “gr_modtool disable ABC” to disable the ABC custom block.
But how to enable it back?
(There is no “gr_modtool enable” or equivalent).

Huh, I thought I’d put that in there. Well, seems I haven’t.

In any case, ‘disable’ simply comments out all relevant files in the
CMakeLists.txt (and other places). You can undo that pretty easily.

Martin

On Tue, May 13, 2014 at 4:04 PM, Martin B.
[email protected]wrote:

CMakeLists.txt (and other places). You can undo that pretty easily.

Martin

That is very clear.
Thank you very much.