Skip to content

Commit

Permalink
Check to see what works
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Mar 5, 2024
1 parent 9bb75f1 commit 6133719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindSwiftXCTest.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
find_package(XCTest REQUIRED)
add_library(SwiftXCTest INTERFACE)
target_link_libraries(SwiftXCTest INTERFACE XCTest)

if(APPLE)

find_package(XCTest REQUIRED)
add_library(XCTest INTERFACE) # the Objective-C XCTest module
target_link_libraries(XCTest INTERFACE ${XCTest_LIBRARIES})

Expand Down

0 comments on commit 6133719

Please sign in to comment.