Skip to content

Commit c814676

Browse files
committed
Merge pull request swiftlang#1431 from practicalswift/cmake-fixes
[CMakeLists] Remove unused SWIFT_INCLUDE_OUTPUT_INTDIR + comment out unnecessary logic
2 parents d72ad28 + 53474bc commit c814676

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ set(SWIFT_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}")
304304

305305
set(SWIFT_RUNTIME_OUTPUT_INTDIR "${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin")
306306
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")
308307
if("${SWIFT_NATIVE_SWIFT_TOOLS_PATH}" STREQUAL "")
309308
set(SWIFT_NATIVE_SWIFT_TOOLS_PATH "${SWIFT_RUNTIME_OUTPUT_INTDIR}")
310309
endif()

utils/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
add_subdirectory(vim)
22

3-
if(SWIFT_INSTALL_TOOLS)
4-
# FIXME: install gyb.
5-
endif()
6-
73
swift_install_in_component(editor-integration
84
FILES swift-mode.el
95
DESTINATION "share/emacs/site-lisp")

0 commit comments

Comments
 (0)