Skip to content

Commit 4990bc4

Browse files
committed
[build] amend search path for Cmake modules
Since we are not using symlinks anymore, we need to point to the correct directory with LLVM cmake modules. Fixes rdar://problem/57294763
1 parent d9d6457 commit 4990bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/StandaloneOverlay.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010

1111

1212
list(APPEND CMAKE_MODULE_PATH
13-
"${SWIFT_SOURCE_ROOT}/llvm/cmake/modules"
13+
"${SWIFT_SOURCE_ROOT}/llvm-project/llvm/cmake/modules"
1414
"${PROJECT_SOURCE_DIR}/../../../../cmake/modules"
1515
"${PROJECT_SOURCE_DIR}/../../../cmake/modules")
1616

0 commit comments

Comments
 (0)