[all-commits] [llvm/llvm-project] bfaed4: [BOLT][CMAKE] Remove CMake 3.13.4 incompatible par...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Mon Mar 7 18:48:47 PST 2022
Branch: refs/heads/release/14.x
Home: https://github.com/llvm/llvm-project
Commit: bfaed485756a4e2eb7b771cc2ef1d9acef39dc8a
https://github.com/llvm/llvm-project/commit/bfaed485756a4e2eb7b771cc2ef1d9acef39dc8a
Author: Amir Ayupov <aaupov at fb.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M bolt/tools/driver/CMakeLists.txt
Log Message:
-----------
[BOLT][CMAKE] Remove CMake 3.13.4 incompatible parameter
Remove `TYPE BIN` parameter that is introduced in CMake 3.14 and revert back to
the equivalent compatible form `DESTINATION ${CMAKE_INSTALL_BINDIR}`.
Addresses https://github.com/llvm/llvm-project/issues/54099
Reviewed By: rafauler
Differential Revision: https://reviews.llvm.org/D121012
(cherry picked from commit 018ad03efae2503a5e0590881a3b8078b9f0c3c8)
More information about the All-commits
mailing list