mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
FindCUDA: Document that module has been superseded
Add a note at the top of the module documentation to point readers at the first-class support for the CUDA language.
This commit is contained in:
@@ -2,6 +2,20 @@
|
|||||||
# FindCUDA
|
# FindCUDA
|
||||||
# --------
|
# --------
|
||||||
#
|
#
|
||||||
|
# .. note::
|
||||||
|
#
|
||||||
|
# The FindCUDA module has been superseded by first-class support
|
||||||
|
# for the CUDA language in CMake. It is no longer necessary to
|
||||||
|
# use this module or call ``find_package(CUDA)``. This module
|
||||||
|
# now exists only for compatibility with projects that have not
|
||||||
|
# been ported.
|
||||||
|
#
|
||||||
|
# Instead, list ``CUDA`` among the languages named in the top-level
|
||||||
|
# call to the :command:`project` command, or call the
|
||||||
|
# :command:`enable_language` command with ``CUDA``.
|
||||||
|
# Then one can add CUDA (``.cu``) sources to programs directly
|
||||||
|
# in calls to :command:`add_library` and :command:`add_executable`.
|
||||||
|
#
|
||||||
# Tools for building CUDA C files: libraries and build dependencies.
|
# Tools for building CUDA C files: libraries and build dependencies.
|
||||||
#
|
#
|
||||||
# This script locates the NVIDIA CUDA C tools. It should work on linux,
|
# This script locates the NVIDIA CUDA C tools. It should work on linux,
|
||||||
|
|||||||
Reference in New Issue
Block a user