summaryrefslogtreecommitdiffstats
path: root/Modules/Internal/CMakeInspectCUDALinker.cmake
blob: d1d5e7758aa46a9ef2dd3c1ee0961c638f518fd4 (plain)
1
2
3
4
5
6
7
8
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file LICENSE.rst or https://cmake.org/licensing for details.

# Re-configure to save learned information.
configure_file(
  ${CMAKE_ROOT}/Modules/CMakeCUDACompiler.cmake.in
  ${CMAKE_PLATFORM_INFO_DIR}/CMakeCUDACompiler.cmake
  @ONLY)