Skip to content

Commit

Permalink
Getting ready to generate new zlib package binaries (#1106).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 5, 2017
1 parent 742593f commit d562dcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -22,6 +22,7 @@ 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_PLUGIN "Use the pre-built version of the zlib plugin" ON)
SET(USE_PREBUILT_ZLIB_PLUGIN OFF)

# Initialise the project

Expand Down Expand Up @@ -416,6 +417,9 @@ SET(PLUGINS
${SAMPLE_PLUGINS}
${TEST_PLUGINS}
)
SET(PLUGINS
thirdParty/zlib
)

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

0 comments on commit d562dcf

Please sign in to comment.