Commit 96dd314
authored
fix(cmake): add CMAKE_INSTALL_LIBDIR for ext_gtest to fix lib64 path on aarch64 (#34793)
On CentOS 7 aarch64, GNUInstallDirs defaults to lib64, causing ext_gtest
to install libraries to lib64/ while CMake expects lib/. This is consistent
with how other ExternalProject targets already handle this (e.g. ext_libuv,
ext_snappy, ext_rocksdb, etc.).1 parent 124fc1e commit 96dd314
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
392 | 393 | | |
393 | 394 | | |
394 | 395 | | |
| |||
0 commit comments