-
Notifications
You must be signed in to change notification settings - Fork 34
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
Building addons with cmake #381
Comments
Nicola, we should look at existing solutions like Jim, the work he did for pre-build was for cmake-js. Nicola, maybe we can move some of what Jim did for pre-build to cmake-js so that all dependencies can leverage that. Jim, cmake-js is pretty generic, did not have to do much, only document what you needed there. Nicola then it might just be a matter of documentation. Jim will:
|
|
I've added a comment here about building N-API addons using CMake.js: nodejs/node-addon-api#445 (comment) |
During today's call we discussed the behavior of CMake.js when the underlying CMake executable is not installed. Here's what I found:
CMake.js displays a message instructing the user to install the CMake executable if it is not found. |
@jschlight thanks for checking that out. Great to see that it shows a good message. |
The PR merge should have closed this issue? But maybe the automatic close does not work between repos? |
See: nodejs/node-addon-api#445
Creating issue so we make sure to discuss, ideally when we have @jschlight in the meeting.
The text was updated successfully, but these errors were encountered: