Skip to content
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++: jemalloc externalproject doesn't build with CMake's ninja generator #16844

Closed
asfimport opened this issue Jun 29, 2017 · 2 comments
Closed
Assignees
Milestone

Comments

@asfimport
Copy link

To build jemalloc we currently use $CMAKE_MAKE_COMMAND which is the command CMake generated "makefiles" for. But jemalloc is setup to use configure & make always, thus this fails with the Ninja generator.

Reporter: Uwe Korn / @xhochy
Assignee: Uwe Korn / @xhochy

Note: This issue was originally created as ARROW-1169. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
PR: #796

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
Issue resolved by Pull Request #796

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants