Mercurial > hg > orthanc
diff Resources/CMake/OrthancFrameworkParameters.cmake @ 2508:91ee08d986f9
possibility to disable zlib support in the Orthanc framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 28 Mar 2018 11:24:17 +0200 |
parents | 0611aa383e62 |
children | 78e5414d57f8 |
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake Mon Mar 26 18:31:40 2018 +0200 +++ b/Resources/CMake/OrthancFrameworkParameters.cmake Wed Mar 28 11:24:17 2018 +0200 @@ -93,6 +93,7 @@ set(ENABLE_PNG OFF CACHE INTERNAL "Enable support of PNG") set(ENABLE_PUGIXML OFF CACHE INTERNAL "Enable support of XML through Pugixml") set(ENABLE_SQLITE OFF CACHE INTERNAL "Enable support of SQLite databases") +set(ENABLE_ZLIB OFF CACHE INTERNAL "Enable support of zlib") set(ENABLE_WEB_CLIENT OFF CACHE INTERNAL "Enable Web client") set(ENABLE_WEB_SERVER OFF CACHE INTERNAL "Enable embedded Web server") set(ENABLE_DCMTK OFF CACHE INTERNAL "Enable DCMTK")