src/CMakeLists.txt: warn if swig is less than 3.0.5
authorBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 19 Mar 2015 11:31:51 +0000 (11:31 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 19 Mar 2015 18:26:05 +0000 (18:26 +0000)
commit406acb61b3447c318351baa90d3e998c1afda4c7
treeac06f4c022c46a3008e8bd401fd3a943ba979b94
parent812fc5e9c8b0c0d036447aab5ae29cb323d91517
src/CMakeLists.txt: warn if swig is less than 3.0.5

The SWIG js module cannot build on SWIG 2.x, it also now requires macros
defined in SWIG 3.0.4 and above but there are python issues in everything
3.0.2-3.0.4 so we force a requirement on 3.0.5 and above

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
src/CMakeLists.txt