Skip to content

Commit

Permalink
Cascoda SDK patch release v0.23-26
Browse files Browse the repository at this point in the history
update knx port version
  • Loading branch information
tiniuclx committed Feb 7, 2024
1 parent 13c0dce commit 45851fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions knx-iot/port/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down

0 comments on commit 45851fd

Please sign in to comment.