Skip to content
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

Dependency on CUDA 5.0.props - Error opening the project in VS #1

Closed
ghost opened this issue Oct 1, 2013 · 2 comments
Closed

Dependency on CUDA 5.0.props - Error opening the project in VS #1

ghost opened this issue Oct 1, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 1, 2013

Hi,

I have CUDA 5.5 installed and VS2012.

I tried to open the project but I am getting following error -

C:\Alenka\moderngpu\demo\demo.vcxproj(32,5): The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\BuildCustomizations\CUDA 5.0.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

I am getting the same error for all the projects.

Thanks,
Sawan

@seanbaxter
Copy link
Contributor

There used to be a version-neutral configuration for Visual Studio. I'll see if we can get that back.

I'll be putting out a refreshed version with CUDA 5.5 project settings. For now, just find/replace "CUDA 5.0" to "CUDA 5.5" in the demo.vcxproj. It should be safe to do this for all .vcxproj files.

@ghost
Copy link
Author

ghost commented Oct 1, 2013

Yes that works.

I think there was some issues with the build order. I was unable to compile complete solution. Build order was not set. But was able to compile projects individually in an order.

Thanks.

Do you want me to send you a pull request with the change?

neoblizz added a commit that referenced this issue Dec 22, 2021
Updating my version to moderngpu/moderngpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant