Skip to content

Commit 74103d3

Browse files
Thomasdjbrzr
authored andcommitted
libs2: SWPROT-9264: Update libs2 Jenkinsfile with ZW_classcmd.h new path
(cherry picked from commit bd9c072ab205d3745c64b09ccb9646fef7923abd) Last-Update: 2025-04-04 Relate-to: SiliconLabsSoftware#50 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 270fa96 commit 74103d3

File tree

1 file changed

+2
-2
lines changed
  • applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2

1 file changed

+2
-2
lines changed

applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ if("${PROJECT_NAME}" STREQUAL "")
2020
endif()
2121

2222
find_path(
23-
${ZWAVE_CLASSCMD_DIR} ZW_classcmd.h
23+
ZWAVE_CLASSCMD_DIR ZW_classcmd.h
2424
HINTS ENV ZWLIBROOT ${PROJECT_SOURCE_DIR}/..
2525
${PROJECT_SOURCE_DIR}/../../ThirdParty/generated/
2626
PATH_SUFFIXES include)
2727
find_path(
28-
${ZWAVE_INCLUDE_DIR} ZW.h
28+
ZWAVE_INCLUDE_DIR ZW.h
2929
HINTS ENV ZWLIBROOT ${PROJECT_SOURCE_DIR}/..
3030
${PROJECT_SOURCE_DIR}/../../ZWave/API/
3131
PATH_SUFFIXES include)

0 commit comments

Comments
 (0)