Mercurial > hg > orthanc
comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5188:4c6f0211caaf db-protobuf
compiling the protobuf compiler
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 26 Mar 2023 21:09:13 +0200 |
parents | 9466c95f70c8 |
children | 19e916dfc767 |
comparison
equal
deleted
inserted
replaced
5187:9466c95f70c8 | 5188:4c6f0211caaf |
---|---|
122 set(ENABLE_JPEG OFF CACHE INTERNAL "Enable support of JPEG") | 122 set(ENABLE_JPEG OFF CACHE INTERNAL "Enable support of JPEG") |
123 set(ENABLE_GOOGLE_TEST OFF CACHE INTERNAL "Enable support of Google Test") | 123 set(ENABLE_GOOGLE_TEST OFF CACHE INTERNAL "Enable support of Google Test") |
124 set(ENABLE_LOCALE OFF CACHE INTERNAL "Enable support for locales (notably in Boost)") | 124 set(ENABLE_LOCALE OFF CACHE INTERNAL "Enable support for locales (notably in Boost)") |
125 set(ENABLE_LUA OFF CACHE INTERNAL "Enable support of Lua scripting") | 125 set(ENABLE_LUA OFF CACHE INTERNAL "Enable support of Lua scripting") |
126 set(ENABLE_PNG OFF CACHE INTERNAL "Enable support of PNG") | 126 set(ENABLE_PNG OFF CACHE INTERNAL "Enable support of PNG") |
127 set(ENABLE_PROTOBUF OFF CACHE INTERNAL "Enable support for Google Protocol Buffers") | 127 set(ENABLE_PROTOBUF OFF CACHE INTERNAL "Enable support for Google Protocol Buffers' library") |
128 set(ENABLE_PROTOBUF_COMPILER OFF CACHE INTERNAL "Enable support for Google Protocol Buffers' compiler") | |
128 set(ENABLE_PUGIXML OFF CACHE INTERNAL "Enable support of XML through Pugixml") | 129 set(ENABLE_PUGIXML OFF CACHE INTERNAL "Enable support of XML through Pugixml") |
129 set(ENABLE_SQLITE OFF CACHE INTERNAL "Enable support of SQLite databases") | 130 set(ENABLE_SQLITE OFF CACHE INTERNAL "Enable support of SQLite databases") |
130 set(ENABLE_ZLIB OFF CACHE INTERNAL "Enable support of zlib") | 131 set(ENABLE_ZLIB OFF CACHE INTERNAL "Enable support of zlib") |
131 set(ENABLE_WEB_CLIENT OFF CACHE INTERNAL "Enable Web client") | 132 set(ENABLE_WEB_CLIENT OFF CACHE INTERNAL "Enable Web client") |
132 set(ENABLE_WEB_SERVER OFF CACHE INTERNAL "Enable embedded Web server") | 133 set(ENABLE_WEB_SERVER OFF CACHE INTERNAL "Enable embedded Web server") |