You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theproject()
command invocation.The text was updated successfully, but these errors were encountered: