Skip to content

Commit

Permalink
Fix the Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Feb 27, 2024
1 parent 14d5222 commit cef47fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/FindSwiftXCTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if(APPLE)

elseif(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")

add_library(XCTest SHARED IMPORTED)
#
# Logic lifted from https://github.com/apple/swift-package-manager/blob/e10ff906c/Sources/PackageModel/UserToolchain.swift#L361-L447 with thanks to @compnerd.
#
Expand Down

0 comments on commit cef47fa

Please sign in to comment.