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 @@ -50,7 +50,5 @@ add_subdirectory(Testing)
50
50
if (NOT SwiftTesting_BuildMacrosAsExecutables )
51
51
install (PROGRAMS "${INSTALL_DIR} /lib/libTestingMacros.dylib"
52
52
# TODO: Finalize the install path
53
- ARCHIVE DESTINATION lib/swift/host/plugins
54
- LIBRARY DESTINATION lib/swift/host/plugins
55
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
53
+ DESTINATION lib/swift/host/plugins )
56
54
endif ()
Original file line number Diff line number Diff line change 64
64
# This is not the plugin's actual, final install location -- it's only
65
65
# relative to this external project's install dir. The final location is
66
66
# determined by the "outer" project.
67
- install (TARGETS TestingMacros DESTINATION "" )
67
+ install (TARGETS TestingMacros )
68
68
endif ()
69
69
70
70
target_sources (TestingMacros PRIVATE
You can’t perform that action at this time.
0 commit comments