diff options
Diffstat (limited to 'gr-utils/python')
-rw-r--r-- | gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt b/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt index 9f9de987e8..49a24a0001 100644 --- a/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt +++ b/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt @@ -85,7 +85,7 @@ ENDIF() ######################################################################## # Install directories ######################################################################## -find_package(Gnuradio "3.8" REQUIRED) +find_package(Gnuradio "3.9" REQUIRED) include(GrVersion) include(GrPlatform) #define LIB_SUFFIX |