summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/gr-newmod
diff options
context:
space:
mode:
authorJohannes Schmitz <johannes.schmitz1@gmail.com>2018-07-17 20:08:47 +0200
committerMarcus Müller <marcus@hostalia.de>2018-07-18 21:53:47 +0200
commit46a48d80f7eea28baf1c5933862b32ecae9dc08e (patch)
tree81301bdc346002c29dbc6bd4928b79b0775171b9 /gr-utils/python/modtool/gr-newmod
parentefdc8e84ca893d2314758d5b9eeef7cedb1c8c83 (diff)
modtool: Fix typo in cmake Module
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod')
-rw-r--r--gr-utils/python/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake b/gr-utils/python/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake
index afed684a5e..86044e52a3 100644
--- a/gr-utils/python/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake
+++ b/gr-utils/python/modtool/gr-newmod/cmake/Modules/FindGnuradioRuntime.cmake
@@ -31,6 +31,6 @@ if(PC_GNURADIO_RUNTIME_FOUND)
endif(PC_GNURADIO_RUNTIME_FOUND)
INCLUDE(FindPackageHandleStandardArgs)
-# do not check GNURADIO_RUNTIME_INCLUDE_DIRS, is not set when default include path us used.
+# do not check GNURADIO_RUNTIME_INCLUDE_DIRS, is not set when default include path is used.
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GNURADIO_RUNTIME DEFAULT_MSG GNURADIO_RUNTIME_LIBRARIES)
MARK_AS_ADVANCED(GNURADIO_RUNTIME_LIBRARIES GNURADIO_RUNTIME_INCLUDE_DIRS)