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)
5050if (NOT SwiftTesting_BuildMacrosAsExecutables)
5151 install (PROGRAMS "${INSTALL_DIR} /lib/libTestingMacros.dylib"
5252 # 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)
5654endif ()
Original file line number Diff line number Diff line change 6464 # This is not the plugin's actual, final install location -- it's only
6565 # relative to this external project's install dir. The final location is
6666 # determined by the "outer" project.
67- install (TARGETS TestingMacros DESTINATION "" )
67+ install (TARGETS TestingMacros)
6868endif ()
6969
7070target_sources (TestingMacros PRIVATE
You can’t perform that action at this time.
0 commit comments