changed SDK tracking branch to master

This commit is contained in:
Marcus10110
2022-03-10 08:59:44 -08:00
parent 1a3bf7340f
commit a5f2db0f87

View File

@@ -15,7 +15,7 @@ if(NOT TARGET Saleae::AnalyzerSDK)
FetchContent_Declare(
analyzersdk
GIT_REPOSITORY https://github.com/saleae/AnalyzerSDK.git
GIT_TAG alpha
GIT_TAG master
GIT_SHALLOW True
GIT_PROGRESS True
)