We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f078f7a commit 090e9c8Copy full SHA for 090e9c8
Sources/_TestingInternals/CMakeLists.txt
@@ -22,7 +22,7 @@ if(NOT BUILD_SHARED_LIBS)
22
# When building a static library, install the internal library archive
23
# alongside the main library. In shared library builds, the internal library
24
# 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)
+ get_swift_testing_install_lib_dir(STATIC_LIBRARY lib_destination_dir)
26
install(TARGETS _TestingInternals
27
ARCHIVE DESTINATION ${lib_destination_dir})
28
endif()
0 commit comments