-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++] Use absolute path for external project's ar/ranlib #38063
Comments
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 6, 2023
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 8, 2023
kou
added a commit
that referenced
this issue
Oct 9, 2023
…38064) ### Rationale for this change If we use relative path, CMake try using relative path from a build directory. ### What changes are included in this PR? Ensure using absolute path. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #38063 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
JerAguilon
pushed a commit
to JerAguilon/arrow
that referenced
this issue
Oct 23, 2023
…lib (apache#38064) ### Rationale for this change If we use relative path, CMake try using relative path from a build directory. ### What changes are included in this PR? Ensure using absolute path. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#38063 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
loicalleyne
pushed a commit
to loicalleyne/arrow
that referenced
this issue
Nov 13, 2023
…lib (apache#38064) ### Rationale for this change If we use relative path, CMake try using relative path from a build directory. ### What changes are included in this PR? Ensure using absolute path. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#38063 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…lib (apache#38064) ### Rationale for this change If we use relative path, CMake try using relative path from a build directory. ### What changes are included in this PR? Ensure using absolute path. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#38063 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
If we use relative path, CMake try using relative path from a build directory.
For example:
Component(s)
C++
The text was updated successfully, but these errors were encountered: