-
Notifications
You must be signed in to change notification settings - Fork 27
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
Minor CMake issue (useless targets fail) #269
Comments
CMake couldn't find Python in your system. |
It may relates to wrong CMake code I pointed out in #264 (comment), PR for that is coming. |
Probably doesn't relate to the "wrong" CMake code (because that code achieves intended effect on Windows).
Its just some extra targets being built that are useless |
I noticed something strange about this too. Before I didn't have other 3rdparty build errors. But today I have it complaining there's not enough dependencies for tests, etc which should be skipped. After changing |
I still get those extra useless targets being built |
Try setting |
@manhnt9 you were doing something with Python3 correct? |
Not anymore, I intended to use Mercurial bridge for irrbaw but it was buggy so I didn't go further with that. |
@AnastaZIuk can you take a look at this? |
Excerpt from MSVC build log
it looks like shaderc CMake subfolder includes some spurious targets that are not really needed and its a bit distressing for the user to see that the INSTALL target fails.
Any ideas @manhnt9 or @Crisspl ?
The text was updated successfully, but these errors were encountered: