Skip to content

Commit 090e9c8

Browse files
Fix a typo in a call of install path getter function name
This is a follow-up fix to f078f7a that I made at the last minute before merging...
1 parent f078f7a commit 090e9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_TestingInternals/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if(NOT BUILD_SHARED_LIBS)
2222
# When building a static library, install the internal library archive
2323
# alongside the main library. In shared library builds, the internal library
2424
# is linked into the main library and does not need to be installed separately.
25-
get_swift_install_lib_dir(STATIC_LIBRARY lib_destination_dir)
25+
get_swift_testing_install_lib_dir(STATIC_LIBRARY lib_destination_dir)
2626
install(TARGETS _TestingInternals
2727
ARCHIVE DESTINATION ${lib_destination_dir})
2828
endif()

0 commit comments

Comments
 (0)