File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
tools/sourcekitd/bin/InProc Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ include(AddSwiftSourceKit)
52
52
53
53
if ("${CMAKE_SYSTEM_NAME} " STREQUAL "Darwin" )
54
54
# Choose a deployment target if none was set.
55
- set (SOURCEKIT_DEPLOYMENT_TARGET "" CACHE STRING
56
- "Deployment target for SourceKit." )
57
55
if (NOT SOURCEKIT_DEPLOYMENT_TARGET )
58
56
execute_process (COMMAND sw_vers -productVersion
59
57
OUTPUT_VARIABLE SOURCEKIT_DEPLOYMENT_TARGET
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ target_link_libraries(sourcekitdInProc PRIVATE
55
55
# that is in the same directory as the swift library directory.
56
56
if (SOURCEKITD_BUILD_STATIC_INPROC )
57
57
add_sourcekit_library (sourcekitdInProc_Static
58
+ ${sourcekitdInProc_args}
58
59
HEADERS
59
60
${SOURCEKITD_SOURCE_DIR} /include/sourcekitd/sourcekitd.h
60
- ${sourcekitdInProc_args}
61
61
)
62
62
target_link_libraries (sourcekitdInProc_Static PRIVATE
63
63
SourceKitSwiftLang
You can’t perform that action at this time.
0 commit comments