Skip to content

Commit

Permalink
Revert the change to our main CMakeLists.txt file (see commit a301cba).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 19, 2017
1 parent a301cba commit 3dd4452
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ OPTION(USE_PREBUILT_QSCINTILLA_PLUGIN "Use the pre-built version of the QScintil
OPTION(USE_PREBUILT_QWT_PLUGIN "Use the pre-built version of the Qwt plugin" ON)
OPTION(USE_PREBUILT_SUNDIALS_PLUGIN "Use the pre-built version of the SUNDIALS plugin" ON)
OPTION(USE_PREBUILT_ZLIB_PACKAGE "Use the pre-built version of the zlib package" ON)
SET(USE_PREBUILT_OPENSSL_PACKAGE OFF)

# Initialise the project

Expand Down Expand Up @@ -419,9 +418,6 @@ SET(PLUGINS
${SAMPLE_PLUGINS}
${TEST_PLUGINS}
)
SET(PLUGINS
thirdParty/OpenSSL
)

FOREACH(PLUGIN ${PLUGINS})
SET(PLUGIN_DIR src/plugins/${PLUGIN})
Expand Down

0 comments on commit 3dd4452

Please sign in to comment.