Commit 3cd3aa4
build: Don't use
Summary:
`CMAKE_INSTALL_LIBDIR` is defined by `GNUInstallDirs` but we don't include it. So it's not defined.
If it's not defined, the following error may be occurred:
```text
: && /bin/clang++-17 ... -shared -Wl,-soname,libvelox.so -o lib/libvelox.so ... CMake/resolve_dependency_modules/arrow/arrow_ep/install//libarrow.a ... && :
clang++-17: error: no such file or directory: 'CMake/resolve_dependency_modules/arrow/arrow_ep/install//libarrow.a'
clang++-17: error: no such file or directory: 'CMake/resolve_dependency_modules/arrow/arrow_ep/install//libarrow.a'
clang++-17: error: no such file or directory: 'CMake/resolve_dependency_modules/arrow/arrow_ep/install//libarrow.a'
clang++-17: error: no such file or directory: 'CMake/resolve_dependency_modules/arrow/arrow_ep/install//libarrow.a'
clang++-17: error: no such file or directory: 'CMake/resolve_dependency_modules/arrow/arrow_ep/install//libarrow.a'
clang++-17: error: no such file or directory: 'CMake/resolve_dependency_modules/arrow/arrow_ep/install//libarrow.a'
```
Pull Request resolved: facebookincubator#15260
Reviewed By: kagamiori
Differential Revision: D85962181
Pulled By: kevinwilfong
fbshipit-source-id: 617bdc26c8269a6e1ba8e94f34a1bfed874cdeedCMAKE_INSTALL_LIBDIR in bundled Apache Arrow (facebookincubator#15260)1 parent 93869d5 commit 3cd3aa4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments