Skip to content

Commit

Permalink
Some minor cleaning up (#1432 and #1433).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 3, 2017
1 parent f7cec38 commit 2ff3200
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CMakeLists.txt
Expand Up @@ -21,9 +21,6 @@ OPTION(USE_PREBUILT_CELLMLAPI_PACKAGE "Use the pre-built version of the CellML A
OPTION(USE_PREBUILT_NUMLAPI_PACKAGE "Use the pre-built version of the NuML API package" ON)
OPTION(USE_PREBUILT_SBMLAPI_PACKAGE "Use the pre-built version of the SBML API package" ON)
OPTION(USE_PREBUILT_SEDMLAPI_PACKAGE "Use the pre-built version of the SED-ML API package" ON)
SET(USE_PREBUILT_NUMLAPI_PACKAGE OFF)
SET(USE_PREBUILT_SBMLAPI_PACKAGE OFF)
SET(USE_PREBUILT_SEDMLAPI_PACKAGE OFF)

OPTION(USE_PREBUILT_LIBGIT2_PACKAGE "Use the pre-built version of the libgit2 package" ON)
OPTION(USE_PREBUILT_LIBXDIFF_PACKAGE "Use the pre-built version of the LibXDiff package" ON)
Expand Down Expand Up @@ -865,11 +862,6 @@ SET(PLUGINS
widget/WebViewerWidget
widget/ZincWidget
)
SET(PLUGINS
api/SBMLAPI
api/NuMLAPI
api/SEDMLAPI
)

IF(NOT USE_PREBUILT_QTWEBKIT_PACKAGE)
# We want to build our copy of the QtWebKit package, so don't build any
Expand Down

0 comments on commit 2ff3200

Please sign in to comment.