@@ -4,18 +4,18 @@ option(FETCH_GSDK "Force CMAKE to fetch Gecko SDK from GitHub" OFF)
44option (BUILD_ZIGPC "Package the ZIGPC" OFF )
55option (BUILD_ZPC "Package the ZPC" ON )
66option (BUILD_DEV_GUI "Package the developer GUI" OFF )
7- option (BUILD_UIC_DEMO "Package the Unify demo" ON )
8- option (BUILD_UPVL "Package the UIC-UPVL" ON )
9- option (BUILD_GMS "Package the UIC-GMS" ON )
10- option (BUILD_IMAGE_PROVIDER "Build the UIC-IMAGE-PROVIDER" ON )
7+ option (BUILD_UIC_DEMO "Package the Unify demo" OFF )
8+ option (BUILD_UPVL "Package the UIC-UPVL" OFF )
9+ option (BUILD_GMS "Package the UIC-GMS" OFF )
10+ option (BUILD_IMAGE_PROVIDER "Build the UIC-IMAGE-PROVIDER" OFF )
1111option (BUILD_AOXPC "Package the AOXPC" OFF )
1212option (BUILD_POSITIONING "Package the Positioning Service" OFF )
13- option (BUILD_NAL "Package the Name and location service" ON )
14- option (BUILD_UPTI_CAP "Build the UIC-UPTI-CAP" ON )
15- option (BUILD_UPTI_WRITER "Build the UIC-UPTI-WRITER" ON )
13+ option (BUILD_NAL "Package the Name and location service" OFF )
14+ option (BUILD_UPTI_CAP "Build the UIC-UPTI-CAP" OFF )
15+ option (BUILD_UPTI_WRITER "Build the UIC-UPTI-WRITER" OFF )
1616option (BUILD_CPCD "Package CPCd" OFF )
1717option (BUILD_ZIGBEED "Build Zigbeed" OFF )
1818option (BUILD_OTBR "Build OpenThread Border Router" OFF )
1919option (BUILD_MATTER_BRIDGE "Build the Matter Bridge" OFF )
20- option (BUILD_EPC "Build EPC (Example Protocol Controller)" ON )
20+ option (BUILD_EPC "Build EPC (Example Protocol Controller)" OFF )
2121option (BUILD_EMD "Build EMD (Example MQTT Device)" OFF )
0 commit comments