Skip to content

Commit c0c247e

Browse files
authored
Merge pull request #28334 from edymtt/llvm-project-in-standalone-overlay-cmake
[build] amend search path for Cmake modules
2 parents 946f12a + 4990bc4 commit c0c247e

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)