File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ if(NOT BUILD_SHARED_LIBS)
26
26
# When building a static library, install the internal library archive
27
27
# alongside the main library. In shared library builds, the internal library
28
28
# is linked into the main library and does not need to be installed separately.
29
- get_swift_testing_install_lib_dir (STATIC_LIBRARY lib_destination_dir )
30
29
install (TARGETS _TestDiscovery
31
- ARCHIVE DESTINATION ${lib_destination_dir} )
30
+ ARCHIVE DESTINATION " ${SwiftTesting_INSTALL_LIBDIR} " )
32
31
endif ()
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ if(NOT BUILD_SHARED_LIBS)
32
32
# When building a static library, install the internal library archive
33
33
# alongside the main library. In shared library builds, the internal library
34
34
# is linked into the main library and does not need to be installed separately.
35
- get_swift_testing_install_lib_dir (STATIC_LIBRARY lib_destination_dir )
36
35
install (TARGETS _TestingInternals
37
- ARCHIVE DESTINATION ${lib_destination_dir} )
36
+ ARCHIVE DESTINATION " ${SwiftTesting_INSTALL_LIBDIR} " )
38
37
endif ()
You can’t perform that action at this time.
0 commit comments