[all-commits] [llvm/llvm-project] 49de15: [CMake] Do not set CMP0114 explicitly to old (#90384)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Oct 15 23:15:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49de1541655cc71cfedbee10d6b4a4c12fc7e13b
https://github.com/llvm/llvm-project/commit/49de1541655cc71cfedbee10d6b4a4c12fc7e13b
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M cmake/Modules/CMakePolicy.cmake
Log Message:
-----------
[CMake] Do not set CMP0114 explicitly to old (#90384)
CMP0114 was originally set to old to get rid of warnings. However, this
behavior is now set to new by default with the minimum CMake version
that LLVM requires so does not produce any warnings, and setting it
explicitly to old does produce a warning in newer CMake versions. Due to
these reasons, remove this check for now.
Splitting off from removing the CMP0116 check just in case something
breaks.
Partially fixes #83727.
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