diff options
author | Marcus Müller <marcus@hostalia.de> | 2019-08-22 19:53:23 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-08-22 22:09:41 +0200 |
commit | d301bc9f4155b6570e5ae365fde8b58ca6f72df3 (patch) | |
tree | ba8417df0a1692699b9a8f693670dc3b0e49b012 /gr-utils/python | |
parent | 0b1f2b9162dd125964642b5008c4f14c9cf197d4 (diff) |
3.9. OOT needs to rely on 3.9
It would be advantageous to not hard-code this, but that requires the
templates to be CMake-time configured.
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 |