summaryrefslogtreecommitdiff
path: root/gr-utils/modtool/core/base.py
diff options
context:
space:
mode:
authorChristoph Koehler <ckoehle@sandia.gov>2021-11-03 15:28:38 -0600
committermormj <34754695+mormj@users.noreply.github.com>2021-11-12 07:06:41 -0500
commit077cfad67af5549767ff9ddf066f00b72ae8687c (patch)
tree99a5fe6d0940597a49d665a2d7c4722712457c60 /gr-utils/modtool/core/base.py
parente1ce5154560b9e850df4a3c9ba256c601661de31 (diff)
modtool: fix CMake export config
Signed-off-by: Christoph Koehler <christoph@zerodeviation.net>
Diffstat (limited to 'gr-utils/modtool/core/base.py')
-rw-r--r--gr-utils/modtool/core/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-utils/modtool/core/base.py b/gr-utils/modtool/core/base.py
index d35bc63156..a8dd55f063 100644
--- a/gr-utils/modtool/core/base.py
+++ b/gr-utils/modtool/core/base.py
@@ -144,7 +144,6 @@ class ModTool(object):
else:
self.info['includedir'] = 'include'
self._file['cminclude'] = os.path.join(self.info['includedir'], 'CMakeLists.txt')
- self._file['cmfind'] = os.path.join('cmake', 'Modules', 'howtoConfig.cmake')
def _setup_scm(self, mode='active'):