-
Notifications
You must be signed in to change notification settings - Fork 140
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
Invalid default generator "Visual Studio 15 2017 Win64 Win64" #160
Comments
hi, really newby in compilation. |
I can reproduce this error and can verify that the pull request fixes the issue. Also without the patch Win64 is also appended for ia32 builds and the wrong generator is choosen with MSVC. |
Sorry discovered the mistake, the library the I was trying to install download his own copy, so the global copy was bypassed. |
Maybe CMake changed its output. It looks like
Maybe you should check only the generator names without architecture information. |
Fixed as of [email protected]. |
Invalid generator is selected with version 5.1.0 on Windows with VS 2017 (double "Win64" appears in the name) by default.
Plain "cmake-js compile" was executed.
Error output:
The text was updated successfully, but these errors were encountered: