Skip to content

Commit

Permalink
Pin swift-win32 in CMake too (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Jan 26, 2024
1 parent e735606 commit 2cfc744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ target_link_libraries(FirebaseFirestore PRIVATE

FetchContent_Declare(SwiftWin32
GIT_REPOSITORY https:/compnerd/swift-win32
GIT_TAG main)
GIT_TAG 07e91e67e86f173743329c6753d9e66ac4727830) # Pinned for reproducibility and before Package@swift-#.#.swift symlinks
FetchContent_MakeAvailable(SwiftWin32)

add_executable(FireBaseUI
Expand Down

0 comments on commit 2cfc744

Please sign in to comment.