File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,6 @@ set(SWIFT_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}")
304
304
305
305
set (SWIFT_RUNTIME_OUTPUT_INTDIR "${CMAKE_BINARY_DIR} /${CMAKE_CFG_INTDIR} /bin" )
306
306
set (SWIFT_LIBRARY_OUTPUT_INTDIR "${CMAKE_BINARY_DIR} /${CMAKE_CFG_INTDIR} /lib" )
307
- set (SWIFT_INCLUDE_OUTPUT_INTDIR "${CMAKE_BINARY_DIR} /${CMAKE_CFG_INTDIR} /include" )
308
307
if ("${SWIFT_NATIVE_SWIFT_TOOLS_PATH} " STREQUAL "" )
309
308
set (SWIFT_NATIVE_SWIFT_TOOLS_PATH "${SWIFT_RUNTIME_OUTPUT_INTDIR} " )
310
309
endif ()
Original file line number Diff line number Diff line change 1
1
add_subdirectory (vim )
2
2
3
- if (SWIFT_INSTALL_TOOLS )
4
- # FIXME: install gyb.
5
- endif ()
6
-
7
3
swift_install_in_component (editor-integration
8
4
FILES swift-mode.el
9
5
DESTINATION "share/emacs/site-lisp" )
You can’t perform that action at this time.
0 commit comments