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 61
61
LibEdit_VERSION_STRING )
62
62
endif ()
63
63
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
67
67
IMPORTED_LOCATION ${LibEdit_LIBRARIES}
68
68
INTERFACE_INCLUDE_DIRECTORIES ${LibEdit_INCLUDE_DIRS} )
69
69
endif ()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
13
13
BlocksRuntime )
14
14
endif ()
15
15
target_link_libraries (sourcekitd-repl PRIVATE
16
- libedit )
16
+ LibEdit::LibEdit )
17
17
18
18
if (CMAKE_SYSTEM_NAME STREQUAL Darwin )
19
19
set_target_properties (sourcekitd-repl PROPERTIES
You can’t perform that action at this time.
0 commit comments