From 9449236cf7bf48f40b696edce68d81410d713489 Mon Sep 17 00:00:00 2001
From: Martin Braun <martin.braun@ettus.com>
Date: Sun, 7 Oct 2018 13:30:35 -0700
Subject: modtool: OOTs use Boost.UTF, CMake 3.8-Aware

- This is the same change that happened for the GNU Radio core
- New OOTs will now have Boost.UTF-based unit tests
- modtool will be able to handle both CppUnit-based OOTs as well as
  Boost.UTF-based ones; this change is backward-compatible
---
 gr-utils/python/modtool/parser_cc_block.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gr-utils/python/modtool/parser_cc_block.py')

diff --git a/gr-utils/python/modtool/parser_cc_block.py b/gr-utils/python/modtool/parser_cc_block.py
index fffdf309d8..dd5bbb6be7 100644
--- a/gr-utils/python/modtool/parser_cc_block.py
+++ b/gr-utils/python/modtool/parser_cc_block.py
@@ -209,7 +209,7 @@ class ParserCCBlock(object):
                     continue
             return param_list
         # Go, go, go!
-        if self.version == '37':
+        if self.version in ('37', '38'):
             make_regex = 'static\s+sptr\s+make\s*'
         else:
             make_regex = '(?<=_API)\s+\w+_sptr\s+\w+_make_\w+\s*'
-- 
cgit v1.2.3