Commit 137e50d
### Rationale for this change
If we use different macOS SDK in Apache Arrow C++ and bundled projects, it will cause some problems such as a build error.
### What changes are included in this PR?
Pass `CMAKE_OSX_SYSROOT` explicitly to external projects.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* Closes: #36686
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Dewey Dunnington <[email protected]>
1 parent 453965d commit 137e50d
File tree
2 files changed
+5
-3
lines changed- cpp/cmake_modules
- dev/tasks
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
| 919 | + | |
919 | 920 | | |
920 | 921 | | |
921 | 922 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
0 commit comments