We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128a3f6 commit bb3d74aCopy full SHA for bb3d74a
runtimes/CMakeLists.txt
@@ -90,7 +90,7 @@ include(CheckCXXCompilerFlag)
90
# Determine whether we are in the runtimes/runtimes-bins directory of a
91
# bootstrap build.
92
set(LLVM_TREE_AVAILABLE OFF)
93
-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)
94
set(LLVM_TREE_AVAILABLE ON)
95
endif()
96
0 commit comments