diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-04-17 17:10:13 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-04-17 17:10:13 -0700 |
commit | a8e41811d3d458206314be09fdd0994ac89a281e (patch) | |
tree | a3186c0c28009d7f9153f5c6eb5d29609c1ac75b /cmake/Modules | |
parent | 328ea226724d7e3ccdf39f29bcb20ce781737ef1 (diff) | |
parent | c900eaab783c3fd147941a0c3f53fac4ed35e377 (diff) |
Merge remote-tracking branch 'gnuradio-github/pr/1281'
Diffstat (limited to 'cmake/Modules')
-rw-r--r-- | cmake/Modules/GrSwig.cmake | 2 |
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) |