|
1 | 1 | # Build options enabling different permutations and exluding unwanted software |
2 | 2 | # applications |
3 | 3 | option(FETCH_GSDK "Force CMAKE to fetch Gecko SDK from GitHub" OFF) |
4 | | -option(BUILD_ZIGPC "Package the ZIGPC" ON) |
| 4 | +option(BUILD_ZIGPC "Package the ZIGPC" OFF) |
5 | 5 | option(BUILD_ZPC "Package the ZPC" ON) |
6 | | -option(BUILD_DEV_GUI "Package the developer GUI" ON) |
| 6 | +option(BUILD_DEV_GUI "Package the developer GUI" OFF) |
7 | 7 | option(BUILD_UIC_DEMO "Package the Unify demo" ON) |
8 | 8 | option(BUILD_UPVL "Package the UIC-UPVL" ON) |
9 | 9 | option(BUILD_GMS "Package the UIC-GMS" ON) |
10 | 10 | option(BUILD_IMAGE_PROVIDER "Build the UIC-IMAGE-PROVIDER" ON) |
11 | | -option(BUILD_AOXPC "Package the AOXPC" ON) |
12 | | -option(BUILD_POSITIONING "Package the Positioning Service" ON) |
| 11 | +option(BUILD_AOXPC "Package the AOXPC" OFF) |
| 12 | +option(BUILD_POSITIONING "Package the Positioning Service" OFF) |
13 | 13 | option(BUILD_NAL "Package the Name and location service" ON) |
14 | 14 | option(BUILD_UPTI_CAP "Build the UIC-UPTI-CAP" ON) |
15 | 15 | option(BUILD_UPTI_WRITER "Build the UIC-UPTI-WRITER" ON) |
16 | | -option(BUILD_CPCD "Package CPCd" ON) |
17 | | -option(BUILD_ZIGBEED "Build Zigbeed" ON) |
18 | | -option(BUILD_OTBR "Build OpenThread Border Router" ON) |
19 | | -option(BUILD_MATTER_BRIDGE "Build the Matter Bridge" ON) |
| 16 | +option(BUILD_CPCD "Package CPCd" OFF) |
| 17 | +option(BUILD_ZIGBEED "Build Zigbeed" OFF) |
| 18 | +option(BUILD_OTBR "Build OpenThread Border Router" OFF) |
| 19 | +option(BUILD_MATTER_BRIDGE "Build the Matter Bridge" OFF) |
20 | 20 | option(BUILD_EPC "Build EPC (Example Protocol Controller)" ON) |
21 | 21 | option(BUILD_EMD "Build EMD (Example MQTT Device)" OFF) |
0 commit comments