Skip to content

Commit

Permalink
Stop building only our libgit2 package (#1838).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 11, 2018
1 parent ac736fc commit f94173c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
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_LIBGIT2_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 @@ -934,12 +933,6 @@ set(PLUGINS
widget/MathMLViewerWidget
widget/WebViewerWidget
)
set(PLUGINS
thirdParty/zlib
thirdParty/OpenSSL

thirdParty/libgit2
)

if(ENABLE_TEST_PLUGINS)
list(APPEND PLUGINS
Expand Down

0 comments on commit f94173c

Please sign in to comment.