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 2014-05-13 08:23

on 2014-05-13 10:05

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 2014-05-13 10:59

On Tue, May 13, 2014 at 4:04 PM, Martin Braun <martin.braun@ettus.com>wrote: > CMakeLists.txt (and other places). You can undo that pretty easily. > > Martin > That is very clear. Thank you very much.