We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9a5ce commit 04affa2Copy full SHA for 04affa2
lib/Immediate/CMakeLists.txt
@@ -16,5 +16,5 @@ if(LibEdit_FOUND AND LibEdit_HAS_UNICODE)
16
target_compile_definitions(swiftImmediate PRIVATE
17
HAVE_LIBEDIT)
18
target_link_libraries(swiftImmediate PRIVATE
19
- ${LibEdit_LIBRARIES})
+ libedit)
20
endif()
tools/SourceKit/tools/sourcekitd-repl/CMakeLists.txt
@@ -12,10 +12,8 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
12
dispatch
13
BlocksRuntime)
14
15
-target_include_directories(sourcekitd-repl PRIVATE
- ${LibEdit_INCLUDE_DIRS})
target_link_libraries(sourcekitd-repl PRIVATE
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
21
set_target_properties(sourcekitd-repl
0 commit comments