Merge pull request #72 from cedricboudinet/master

python wrapper: correcting version detection for swig
pull/78/head
Michael Zillgith 7 years ago committed by GitHub
commit eb5b8fba5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,8 +15,7 @@ if(WIN32)
else() else()
set(LIBS iec61850-shared) set(LIBS iec61850-shared)
endif() endif()
if(${CMAKE_VERSION} VERSION_LESS 3.8)
if(${SWIG_VERSION} VERSION_LESS 3.0)
swig_add_module(iec61850 python iec61850.i) swig_add_module(iec61850 python iec61850.i)
else() else()
swig_add_library(iec61850 swig_add_library(iec61850

Loading…
Cancel
Save