sleeepyjack opened a new issue, #7: URL: https://github.com/apache/datasketches-cuda/issues/7
The CMake project and installed package currently use `datasketches_cuda`, while the repository is named `datasketches-cuda`. Rename the package-facing CMake artifacts and documentation so consumers use: ```cmake find_package(datasketches-cuda CONFIG REQUIRED) target_link_libraries(app PRIVATE datasketches::cuda) ``` The public target `datasketches::cuda` should remain unchanged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
