Skip to content

Commit

Permalink
Only build libSEDML (opencor#2053).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Apr 2, 2019
1 parent f192b77 commit 1b5090b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ option(USE_PREBUILT_QSCINTILLA_PACKAGE "Use the pre-built version of the QScinti
option(USE_PREBUILT_QWT_PACKAGE "Use the pre-built version of the Qwt package" ON)
option(USE_PREBUILT_SUNDIALS_PACKAGE "Use the pre-built version of the SUNDIALS package" ON)
option(USE_PREBUILT_ZLIB_PACKAGE "Use the pre-built version of the zlib package" ON)
set(USE_PREBUILT_LIBSEDML_PACKAGE OFF)

if(ENABLE_TEST_PLUGINS)
option(USE_PREBUILT_ZINC_PACKAGE "Use the pre-built version of the Zinc package" ON)
Expand Down Expand Up @@ -929,6 +930,9 @@ set(PLUGINS
widget/MathMLViewerWidget
widget/WebViewerWidget
)
set(PLUGINS
thirdParty/libSEDML
)

if(ENABLE_TEST_PLUGINS)
list(APPEND PLUGINS
Expand Down

0 comments on commit 1b5090b

Please # to comment.