Skip to content

Commit b94b362

Browse files
authored
Merge pull request #64180 from Azoy/wrong-reflection
[CMake] Use the new RemoteInspection
2 parents cccc7a5 + 4e94985 commit b94b362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ else()
12621262
if(SWIFT_BUILD_REMOTE_MIRROR)
12631263
add_subdirectory(stdlib/public/LLVMSupport)
12641264
add_subdirectory(stdlib/public/Demangling)
1265-
add_subdirectory(stdlib/public/Reflection)
1265+
add_subdirectory(stdlib/public/RemoteInspection)
12661266
add_subdirectory(stdlib/public/SwiftRemoteMirror)
12671267
endif()
12681268

0 commit comments

Comments
 (0)