diff options
author | Ron Economos <w6rz@comcast.net> | 2019-03-08 08:29:40 -0800 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-03-08 20:24:48 +0100 |
commit | bdaee5982f40f739dcb58a4963a813fb2746cf49 (patch) | |
tree | 9fcadb0093b7dbfcc99c336f6c4772318ca25103 /gr-utils/python | |
parent | 6e35aec189606d801a172a168010cd3650328368 (diff) |
utils: Install grc directory in gr_modtool CMakeLists.txt.
Diffstat (limited to 'gr-utils/python')
-rw-r--r-- | gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt b/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt index 5a80521707..7b44093cbe 100644 --- a/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt +++ b/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt @@ -141,9 +141,7 @@ add_subdirectory(apps) add_subdirectory(docs) add_subdirectory(swig) add_subdirectory(python) -if(ENABLE_GRC) - add_subdirectory(grc) -endif(ENABLE_GRC) +add_subdirectory(grc) ######################################################################## # Install cmake search helper for this library |