swig required

This commit is contained in:
James Cherry 2020-09-15 16:50:33 -07:00
parent 02b129d48f
commit 09524cbedd
1 changed files with 1 additions and 1 deletions

View File

@ -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)