Skip to content

Commit

Permalink
Don't 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 439b97e commit b10966d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ 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 @@ -930,11 +929,6 @@ set(PLUGINS
widget/MathMLViewerWidget
widget/WebViewerWidget
)
set(PLUGINS
thirdParty/libSBML
thirdParty/libNuML
thirdParty/libSEDML
)

if(ENABLE_TEST_PLUGINS)
list(APPEND PLUGINS
Expand Down

0 comments on commit b10966d

Please # to comment.