[all-commits] [llvm/llvm-project] 018ad0: [BOLT][CMAKE] Remove CMake 3.13.4 incompatible par...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Mon Mar 7 18:42:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 018ad03efae2503a5e0590881a3b8078b9f0c3c8
https://github.com/llvm/llvm-project/commit/018ad03efae2503a5e0590881a3b8078b9f0c3c8
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
More information about the All-commits
mailing list