================
@@ -45,7 +45,9 @@ if(CLANG_BUILT_STANDALONE)
     mark_as_advanced(LLVM_ENABLE_ASSERTIONS)
   endif()
 
-  find_package(LLVM REQUIRED HINTS "${LLVM_CMAKE_DIR}")
+  if(NOT LLVM_FOUND)
----------------
zhangweize9-cyber wrote:

While writing it that way is acceptable, I would recommend using `LLVM_DIR` for 
the check instead, because `LLVM_FOUND` can easily fail across multiple scopes.

https://github.com/llvm/llvm-project/pull/218965
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to