From 2cfc744aac8e35be7551d3d800a2017d812ee9cb Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Fri, 26 Jan 2024 09:55:27 -0500 Subject: [PATCH] Pin swift-win32 in CMake too (#17) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e8b2ea..80ebb4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ target_link_libraries(FirebaseFirestore PRIVATE FetchContent_Declare(SwiftWin32 GIT_REPOSITORY https://github.com/compnerd/swift-win32 - GIT_TAG main) + GIT_TAG 07e91e67e86f173743329c6753d9e66ac4727830) # Pinned for reproducibility and before Package@swift-#.#.swift symlinks FetchContent_MakeAvailable(SwiftWin32) add_executable(FireBaseUI