We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great project! I am using Intel OneAPI + Visual Studio 2017, on Windows 10. I tried
However, it seems cmake-converter did not catch compile flags such as
/QxHost /heap-arrays0
and some link flags such as
/STACK:2147483647,2147483647 /LARGEADDRESSAWARE
It seems these flags are missing in the building stage.
I wonder am I missing something? Thanks much in advance!
The text was updated successfully, but these errors were encountered:
Try cmake-converter -w4 -s xxx.sln For getting missing unprocessed xml nodes. Check -h for available options.
Sorry, something went wrong.
No branches or pull requests
Great project!
I am using Intel OneAPI + Visual Studio 2017, on Windows 10.
I tried
However, it seems cmake-converter did not catch compile flags such as
and some link flags such as
It seems these flags are missing in the building stage.
I wonder am I missing something? Thanks much in advance!
The text was updated successfully, but these errors were encountered: