mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
9d3f7872e1
Previously when CMAKE_CROSSCOMPILING was ON we'd end up not setting the target
directory if the non-scattered one didn't exist.
Fix this by assuming a scattered installation if the target directory isn't set
after the crosscompiling logic.
This is the same fix as commit 2c0d5d01ee (CUDA: Support scattered
installations when crosscompiling with Clang, 2020-09-14).
8 lines
233 B
ReStructuredText
8 lines
233 B
ReStructuredText
cuda-scattered-cross
|
|
--------------------
|
|
|
|
* Scattered toolkit installations are now recognized when crosscompiling
|
|
``CUDA`` using Clang.
|
|
* :module:`FindCUDAToolkit` now finds scattered toolkit installations when
|
|
crosscompiling.
|