-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix: remove unsupported property in CMakePresets.json #182
Conversation
After this fix, we can use VSCode to build usdz~😄 |
Thanks! Probably such variables become deprecated when I prepared CmakePresets.json. Do you have Visual Studio 2022 environment to test if this change also works well on VS2022? |
Nice! Let me also know cmake version you use in VSCode. Same with VS2022? |
Thanks! so it should be ok to merge PR. I will take look at some issues(e.g, no static lib target in VS2022) later |
Merged! Thanks! |
This property is not documented by cmake official references and VSCode cmake tools, which causes this library can't be built when using VSCode as develop environment:
see: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html