summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-04-17 17:10:13 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-04-17 17:10:13 -0700
commita8e41811d3d458206314be09fdd0994ac89a281e (patch)
treea3186c0c28009d7f9153f5c6eb5d29609c1ac75b /cmake/Modules
parent328ea226724d7e3ccdf39f29bcb20ce781737ef1 (diff)
parentc900eaab783c3fd147941a0c3f53fac4ed35e377 (diff)
Merge remote-tracking branch 'gnuradio-github/pr/1281'
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/GrSwig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GrSwig.cmake b/cmake/Modules/GrSwig.cmake
index 7d1d76ca54..0530dad80d 100644
--- a/cmake/Modules/GrSwig.cmake
+++ b/cmake/Modules/GrSwig.cmake
@@ -179,7 +179,7 @@ macro(GR_SWIG_MAKE name)
list(APPEND SWIG_MODULE_${name}_EXTRA_DEPS ${tag_file})
#setup the swig flags with flags and include directories
- set(CMAKE_SWIG_FLAGS -fvirtual -modern -keyword -w511 -module ${name} ${GR_SWIG_FLAGS})
+ set(CMAKE_SWIG_FLAGS -fvirtual -modern -keyword -w511 -w314 -module ${name} ${GR_SWIG_FLAGS})
#set the C++ property on the swig .i file so it builds
set_source_files_properties(${ifiles} PROPERTIES CPLUSPLUS ON)