diff options
| author | Michael Kruse <llvm-project@meinersbur.de> | 2025-11-16 23:42:13 +0100 |
|---|---|---|
| committer | Michael Kruse <llvm-project@meinersbur.de> | 2025-11-16 23:42:13 +0100 |
| commit | bb3d74a5b4232a0326af51e0a597cccc643dcfc3 (patch) | |
| tree | 8f77cb6f3c07a44bd35e07b25fd96959cf8e66da | |
| parent | 128a3f639512d796deb0f7e2f9664d991032cfda (diff) | |
Fix which variables to checkupstream/users/meinersbur/runtimes_output-dir
| -rw-r--r-- | runtimes/CMakeLists.txt | 2 |
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() |
