comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5187:9466c95f70c8 db-protobuf

integrating Protobuf library into Orthanc server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 26 Mar 2023 11:59:03 +0200
parents 0ea402b4d901
children 4c6f0211caaf
comparison
equal deleted inserted replaced
5186:8d19e53cf23e 5187:9466c95f70c8
68 set(USE_SYSTEM_LIBP11 OFF CACHE BOOL "Use the system version of libp11 (PKCS#11 wrapper library)") 68 set(USE_SYSTEM_LIBP11 OFF CACHE BOOL "Use the system version of libp11 (PKCS#11 wrapper library)")
69 set(USE_SYSTEM_LIBPNG ON CACHE BOOL "Use the system version of libpng") 69 set(USE_SYSTEM_LIBPNG ON CACHE BOOL "Use the system version of libpng")
70 set(USE_SYSTEM_LUA ON CACHE BOOL "Use the system version of Lua") 70 set(USE_SYSTEM_LUA ON CACHE BOOL "Use the system version of Lua")
71 set(USE_SYSTEM_MONGOOSE ON CACHE BOOL "Use the system version of Mongoose") 71 set(USE_SYSTEM_MONGOOSE ON CACHE BOOL "Use the system version of Mongoose")
72 set(USE_SYSTEM_OPENSSL ON CACHE BOOL "Use the system version of OpenSSL") 72 set(USE_SYSTEM_OPENSSL ON CACHE BOOL "Use the system version of OpenSSL")
73 set(USE_SYSTEM_PROTOBUF ON CACHE BOOL "Use the system version of Google Protocol Buffers")
73 set(USE_SYSTEM_PUGIXML ON CACHE BOOL "Use the system version of Pugixml") 74 set(USE_SYSTEM_PUGIXML ON CACHE BOOL "Use the system version of Pugixml")
74 set(USE_SYSTEM_SQLITE ON CACHE BOOL "Use the system version of SQLite") 75 set(USE_SYSTEM_SQLITE ON CACHE BOOL "Use the system version of SQLite")
75 set(USE_SYSTEM_UUID ON CACHE BOOL "Use the system version of the uuid library from e2fsprogs") 76 set(USE_SYSTEM_UUID ON CACHE BOOL "Use the system version of the uuid library from e2fsprogs")
76 set(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib") 77 set(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib")
77 78
121 set(ENABLE_JPEG OFF CACHE INTERNAL "Enable support of JPEG") 122 set(ENABLE_JPEG OFF CACHE INTERNAL "Enable support of JPEG")
122 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")
123 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)")
124 set(ENABLE_LUA OFF CACHE INTERNAL "Enable support of Lua scripting") 125 set(ENABLE_LUA OFF CACHE INTERNAL "Enable support of Lua scripting")
125 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")
126 set(ENABLE_PUGIXML OFF CACHE INTERNAL "Enable support of XML through Pugixml") 128 set(ENABLE_PUGIXML OFF CACHE INTERNAL "Enable support of XML through Pugixml")
127 set(ENABLE_SQLITE OFF CACHE INTERNAL "Enable support of SQLite databases") 129 set(ENABLE_SQLITE OFF CACHE INTERNAL "Enable support of SQLite databases")
128 set(ENABLE_ZLIB OFF CACHE INTERNAL "Enable support of zlib") 130 set(ENABLE_ZLIB OFF CACHE INTERNAL "Enable support of zlib")
129 set(ENABLE_WEB_CLIENT OFF CACHE INTERNAL "Enable Web client") 131 set(ENABLE_WEB_CLIENT OFF CACHE INTERNAL "Enable Web client")
130 set(ENABLE_WEB_SERVER OFF CACHE INTERNAL "Enable embedded Web server") 132 set(ENABLE_WEB_SERVER OFF CACHE INTERNAL "Enable embedded Web server")