Blame | Last modification | View Log | Download
HTTP_PORT=8080HTTPS_PORT=443# On Windows and macOS compilation typically will go faster with:CACHE_BIND_MOUNTS=NO# We need CMake version 3.16.0 or higher, so build it from sourceCMAKE_VERSION=3.24.2# Its recommended that you use the latest Boost librariesBOOST_VERSION=1.80.0# Bundled librariesUSE_BUILTIN_JSONCPP=YESUSE_BUILTIN_MINIZIP=YESUSE_BUILTIN_MQTT=YESUSE_BUILTIN_SQLITE=YES# Optional dependenciesUSE_PYTHON=YESINCLUDE_LINUX_I2C=YESINCLUDE_SPI=YESWITH_LIBUSB=YES# Link static or shared, external dependenciesUSE_LUA_STATIC=YESUSE_OPENSSL_STATIC=NOUSE_STATIC_OPENZWAVE=YES# Developer-oriented optionsUSE_PRECOMPILED_HEADER=YESGIT_SUBMODULE=ON