summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Apple-NVIDIA-CUDA.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Genx-LINK_LIBRARY: simplify framework features definitionsMarc Chevrier2022-03-041-14/+0
|
* genex-LINK_LIBRARY: rename configuration variablesMarc Chevrier2022-02-161-8/+8
| | | | | | To be more consistent between genex and variables as well as the forecomming LINK_GROUP genex, rename variable *_LINK_USING_<FEATURE>* in *_LINK_LIBRARY_USING_<FEATURE>*
* GenEx/LINK_LIBRARY: Add features for framework support on AppleMarc Chevrier2022-02-151-0/+14
|
* CUDA: Fix spelling __IMPLICT_ -> __IMPLICIT_Raul Tambre2021-02-141-6/+6
|
* Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler infoGregor Jasny2018-04-181-0/+19
Apple platforms macOS, iOS, tvOS, and watchOS can all share the same compiler information. Rename `Darwin-*` modules to `Apple-*` and load them all through `CMAKE_EFFECTIVE_SYSTEM_NAME`. This saves duplication of 4 * 21 compiler information modules. Issue: #17870