We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce431f commit 8869c81Copy full SHA for 8869c81
cmake/modules/FindUnifySDK.cmake
@@ -27,7 +27,7 @@ FetchContent_Declare(
27
28
# Pull only once, this has be refreshed by developer
29
if(NOT EXISTS ${CMAKE_BINARY_DIR}/_deps/unifysdk-src)
30
- message(STATUS "Fetching UnifySDK from git repository")
+ message(STATUS "Fetching UnifySDK from ${UNIFYSDK_GIT_REPOSITORY}#${UNIFYSDK_GIT_TAG}")
31
FetchContent_MakeAvailable(UnifySDK)
32
else()
33
message(STATUS "Using UnifySDK from previous fetch (may be outdated)")
0 commit comments