Skip to content

Commit

Permalink
restandardize cmake modules path
Browse files Browse the repository at this point in the history
We're going to need a separate place for other cmake files.
  • Loading branch information
dabrahams committed Feb 16, 2024
1 parent 18d1b85 commit 25760fe
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -60,7 +60,7 @@ target_link_libraries(generate-xctest-main
target_compile_options(generate-xctest-main PRIVATE -parse-as-library)

if(ENABLE_TESTING)
include(${PROJECT_SOURCE_DIR}/CMakeModules/SwiftXCTestCTestBridge.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/modules/SwiftXCTestCTestBridge.cmake)
add_library(DummyTestee STATIC ${PROJECT_SOURCE_DIR}/Tests/Dummy.swift)
target_compile_options(DummyTestee PRIVATE -enable-testing)

Expand Down
File renamed without changes.

0 comments on commit 25760fe

Please sign in to comment.