diff --git a/CMakeLists.txt b/CMakeLists.txt index 03377c35..7241b849 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -291,7 +291,7 @@ add_flex_bison_dependency(SdfLex SdfParser) ################################################################ -find_package(SWIG REQUIRED 3.0) +find_package(SWIG 3.0 REQUIRED) include(UseSWIG) set(STA_SWIG_FILE app/StaApp.i)