File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tools/SourceKit/tools/sourcekitd-repl Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161 LibEdit_VERSION_STRING)
6262endif ()
6363
64- if (LibEdit_FOUND AND NOT TARGET libedit )
65- add_library (libedit UNKNOWN IMPORTED )
66- set_target_properties (libedit PROPERTIES
64+ if (LibEdit_FOUND AND NOT TARGET LibEdit::LibEdit )
65+ add_library (LibEdit::LibEdit UNKNOWN IMPORTED )
66+ set_target_properties (LibEdit::LibEdit PROPERTIES
6767 IMPORTED_LOCATION ${LibEdit_LIBRARIES}
6868 INTERFACE_INCLUDE_DIRECTORIES ${LibEdit_INCLUDE_DIRS} )
6969endif ()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
1313 BlocksRuntime)
1414endif ()
1515target_link_libraries (sourcekitd-repl PRIVATE
16- libedit )
16+ LibEdit::LibEdit )
1717
1818if (CMAKE_SYSTEM_NAME STREQUAL Darwin)
1919 set_target_properties (sourcekitd-repl PROPERTIES
You can’t perform that action at this time.
0 commit comments