forked from Lainports/opnsense-ports
19 lines
482 B
Text
19 lines
482 B
Text
--- CMakeLists.txt.orig 2020-08-02 12:25:56 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -474,7 +474,7 @@ add_flex_bison_dependency(SdfLex SdfParser)
|
|
|
|
################################################################
|
|
|
|
-find_package(SWIG REQUIRED 3.0)
|
|
+find_package(SWIG 4.0 COMPONENTS python REQUIRED)
|
|
include(UseSWIG)
|
|
|
|
set(STA_SWIG_FILE app/StaApp.i)
|
|
@@ -628,6 +628,7 @@
|
|
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${STA_HOME}/app)
|
|
|
|
add_library(OpenSTA
|
|
+ SHARED
|
|
${STA_SOURCE}
|
|
|
|
${STA_TCL_INIT}
|