-
Notifications
You must be signed in to change notification settings - Fork 158
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
windows building error #321
Comments
This is the cmake content. |
This is a bug caused by cmake and VS. |
I think this issue can be closed because it has nothing to do with kompute. You can draw an issue to cmake, or report it as a bug to VS, or simply select another target, or use another generator like ninja. |
I build kcompute 0.8.1 using cmake(GUI) on Windows, but an error occurred.
Steps to reproduce
Until now, there's no problem(maybe).
Then I open Visual studio 2017, and open komute_ array_ mult.sln, try to run Main.cpp, then get some error.It tell me it can't find the file "ALL_ BUILD" in the "C:\kompute\examples\array_multiplication\build"
I don't know what steps are missing or what steps are wrong
(Solution configuration is "release Win32")
The text was updated successfully, but these errors were encountered: