Skip to content

Commit e411291

Browse files
committed
SWPROT-8953: z-wave: Only build ZPC
More to be enabled when using core as dep Origin: #6 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 689c637 commit e411291

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cmake/include/build_permutations.cmake

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ option(FETCH_GSDK "Force CMAKE to fetch Gecko SDK from GitHub" OFF)
44
option(BUILD_ZIGPC "Package the ZIGPC" OFF)
55
option(BUILD_ZPC "Package the ZPC" ON)
66
option(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)
1111
option(BUILD_AOXPC "Package the AOXPC" OFF)
1212
option(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)
1616
option(BUILD_CPCD "Package CPCd" OFF)
1717
option(BUILD_ZIGBEED "Build Zigbeed" OFF)
1818
option(BUILD_OTBR "Build OpenThread Border Router" OFF)
1919
option(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)
2121
option(BUILD_EMD "Build EMD (Example MQTT Device)" OFF)

0 commit comments

Comments
 (0)