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 ef0d2c0 commit 2ce431fCopy full SHA for 2ce431f
cmake/modules/FindUnifySDK.cmake
@@ -8,11 +8,11 @@ if(NOT DEFINED UNIFYSDK_GIT_REPOSITORY)
8
endif()
9
10
11
-# TODO: Pin stable revision once supported
12
if(NOT DEFINED UNIFYSDK_GIT_TAG)
13
- if(DEFINED $ENV{UNIFYSDK_GIT_REPOSITORY})
14
- set(UNIFYSDK_GIT_REPOSITORY $ENV{UNIFYSDK_GIT_REPOSITORY})
+ if(DEFINED $ENV{UNIFYSDK_GIT_TAG})
+ set(UNIFYSDK_GIT_GET $ENV{UNIFYSDK_GIT_TAG})
15
else()
+ message(WARNING "TODO: Pin stable revision once supported")
16
set(UNIFYSDK_GIT_TAG main)
17
18
0 commit comments