Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 18, 2017
1 parent 272eada commit 6191089
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Expand Up @@ -25,7 +25,6 @@ OPTION(USE_PREBUILT_QSCINTILLA_PACKAGE "Use the pre-built version of the QScinti
OPTION(USE_PREBUILT_QWT_PLUGIN "Use the pre-built version of the Qwt plugin" 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_QSCINTILLA_PACKAGE OFF)

# Initialise the project

Expand Down Expand Up @@ -421,9 +420,6 @@ SET(PLUGINS
${SAMPLE_PLUGINS}
${TEST_PLUGINS}
)
SET(PLUGINS
thirdParty/QScintilla
)

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

0 comments on commit 6191089

Please sign in to comment.