Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit d8b63ab

Browse files
committed
Fix build break.
Change-Id: If30a467be205391b1b358984a080357e158570e6
1 parent cd8c2bd commit d8b63ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if(NOT EXPECTED_LLVM_VERSION)
181181
endif()
182182

183183
if(NOT LLVM_SOURCE_DIR)
184-
set(LLVM_SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/../src")
184+
set(LLVM_SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/../src/llvm")
185185
endif()
186186

187187
if(NOT EXISTS ${LLVM_SOURCE_URL})

0 commit comments

Comments
 (0)