From 45851fdf47d2dc9eaca9f9c261e30cf371b8b1ba Mon Sep 17 00:00:00 2001 From: Alexandru Tiniuc Date: Wed, 7 Feb 2024 11:31:26 +0000 Subject: [PATCH] Cascoda SDK patch release v0.23-26 update knx port version --- knx-iot/port/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/knx-iot/port/CMakeLists.txt b/knx-iot/port/CMakeLists.txt index 9f2ace3..523536c 100644 --- a/knx-iot/port/CMakeLists.txt +++ b/knx-iot/port/CMakeLists.txt @@ -1,13 +1,13 @@ add_library(kis-port STATIC IMPORTED GLOBAL) -if(NOT EXISTS ${CMAKE_BINARY_DIR}/lib/libkis-port.a OR NOT EXISTS ${CMAKE_BINARY_DIR}/lib/v0.23-22-Chili2-Lib.zip) +if(NOT EXISTS ${CMAKE_BINARY_DIR}/lib/libkis-port.a OR NOT EXISTS ${CMAKE_BINARY_DIR}/lib/v0.23-25-Chili2-Lib.zip) file(DOWNLOAD - https://github.com/Cascoda/cascoda-sdk/releases/download/v0.23-22/Chili2-Lib.zip - ${CMAKE_BINARY_DIR}/lib/v0.23-22-Chili2-Lib.zip + https://github.com/Cascoda/cascoda-sdk/releases/download/v0.23-25/Chili2-Lib.zip + ${CMAKE_BINARY_DIR}/lib/v0.23-25-Chili2-Lib.zip ) file(ARCHIVE_EXTRACT - INPUT ${CMAKE_BINARY_DIR}/lib/v0.23-22-Chili2-Lib.zip + INPUT ${CMAKE_BINARY_DIR}/lib/v0.23-25-Chili2-Lib.zip DESTINATION ${CMAKE_BINARY_DIR}/lib )