Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit bd6afe9

Browse files
authored
Merge pull request #1914 from JDevlieghere/swift-cmake-dir
[CMake] Pass the correct CMake directory for Swift
2 parents d14e34d + 4ebe813 commit bd6afe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/LLDBStandalone.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ endif()
7373
# We append the directory in which LLVMConfig.cmake lives. We expect LLVM's
7474
# CMake modules to be in that directory as well.
7575
list(APPEND CMAKE_MODULE_PATH "${LLVM_DIR}")
76-
list(APPEND CMAKE_MODULE_PATH "${Swift_DIR}")
76+
list(APPEND CMAKE_MODULE_PATH "${SWIFT_CMAKE_DIR}")
7777
include(AddLLVM)
7878
include(TableGen)
7979
include(HandleLLVMOptions)

0 commit comments

Comments
 (0)