[all-commits] [llvm/llvm-project] 7ffc50: [cmake] Drop redundant libdir suffix during gtest ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Aug 28 01:58:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ffc50708a80fdb1a2d913394b9de3892766c380
https://github.com/llvm/llvm-project/commit/7ffc50708a80fdb1a2d913394b9de3892766c380
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M third-party/unittest/CMakeLists.txt
Log Message:
-----------
[cmake] Drop redundant libdir suffix during gtest installation
D158607 switched this code to use CMAKE_INSTALL_LIBDIR, but kept
the explicit LLVM_DIR_SUFFIX. However, CMAKE_INSTALL_LIBDIR already
contains the suffix, so we end up installing into a path like
lib6464.
More information about the All-commits
mailing list