From 54a48540d2d33cb31b4da89386994d79084916ba Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Wed, 9 Oct 2019 10:15:00 +1300 Subject: [PATCH] Only build libSEDML. --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85342ab906..2f93bf0f93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,6 +35,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) @@ -938,6 +939,11 @@ set(PLUGINS widget/QScintillaWidget widget/WebViewerWidget ) +set(PLUGINS + thirdParty/libSBML + thirdParty/libNuML + thirdParty/libSEDML +) if(ENABLE_TEST_PLUGINS) list(APPEND PLUGINS