[all-commits] [llvm/llvm-project] e312f0: [Offload] Fix CMake detection when it is not found...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed May 1 07:05:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e312f0723cebcfbc899b7b69538dfe86f426d0b4
https://github.com/llvm/llvm-project/commit/e312f0723cebcfbc899b7b69538dfe86f426d0b4
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-05-01 (Wed, 01 May 2024)
Changed paths:
M offload/CMakeLists.txt
Log Message:
-----------
[Offload] Fix CMake detection when it is not found (#90729)
Summary:
This variable could be unset if not found or when building standalone.
We should check for that and set it to true or false.
Fixes: https://github.com/llvm/llvm-project/issues/90708
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list