Skip to content

Commit

Permalink
Remove another unneeded find_package
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Feb 26, 2024
1 parent 93c438c commit 15682c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmake/modules/FindSwiftXCTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ elseif(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")
target_link_directories(XCTest INTERFACE ${p})
endif()

else()

# I'm not sure this has any effect
find_package(XCTest CONFIG QUIET)

endif()

# add_swift_xctest(
Expand Down

0 comments on commit 15682c2

Please sign in to comment.