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

Needless enabling of languages when not building example programs #555

Closed
eyalroz opened this issue Dec 7, 2023 · 0 comments
Closed

Needless enabling of languages when not building example programs #555

eyalroz opened this issue Dec 7, 2023 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Dec 7, 2023

The library is intended for use with C++ and/or CUDA compilers; but - we don't need those to build anything, unless we're building example programs. Thus there is no reason for CMake to check for the presence of a compiler, especially not a CUDA compiler, just to "build" the package and install it.

So, let's drop the LANGUAGES argument of the project() command invocation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant