Skip to content

Commit 8869c81

Browse files
committed
WIP: mod: cmake/modules/FindUnifySDK.cmake (review/9/main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 2ce431f commit 8869c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/FindUnifySDK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FetchContent_Declare(
2727

2828
# Pull only once, this has be refreshed by developer
2929
if(NOT EXISTS ${CMAKE_BINARY_DIR}/_deps/unifysdk-src)
30-
message(STATUS "Fetching UnifySDK from git repository")
30+
message(STATUS "Fetching UnifySDK from ${UNIFYSDK_GIT_REPOSITORY}#${UNIFYSDK_GIT_TAG}")
3131
FetchContent_MakeAvailable(UnifySDK)
3232
else()
3333
message(STATUS "Using UnifySDK from previous fetch (may be outdated)")

0 commit comments

Comments
 (0)