summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kruse <llvm-project@meinersbur.de>2025-11-16 23:42:13 +0100
committerMichael Kruse <llvm-project@meinersbur.de>2025-11-16 23:42:13 +0100
commitbb3d74a5b4232a0326af51e0a597cccc643dcfc3 (patch)
tree8f77cb6f3c07a44bd35e07b25fd96959cf8e66da
parent128a3f639512d796deb0f7e2f9664d991032cfda (diff)
-rw-r--r--runtimes/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt
index 415dc64bcb2f..110b4b1025a3 100644
--- a/runtimes/CMakeLists.txt
+++ b/runtimes/CMakeLists.txt
@@ -90,7 +90,7 @@ include(CheckCXXCompilerFlag)
# Determine whether we are in the runtimes/runtimes-bins directory of a
# bootstrap build.
set(LLVM_TREE_AVAILABLE OFF)
-if (LLVM_LIBRARY_OUTPUT_INTDIR AND LLVM_RUNTIME_OUTPUT_INTDIR AND PACKAGE_VERSION)
+if (LLVM_LIBRARY_DIR AND LLVM_TOOLS_BINARY_DIR AND PACKAGE_VERSION)
set(LLVM_TREE_AVAILABLE ON)
endif()