Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Genx-LINK_LIBRARY: simplify framework features definitions | Marc Chevrier | 2022-03-04 | 1 | -14/+0 |
| | |||||
* | genex-LINK_LIBRARY: rename configuration variables | Marc Chevrier | 2022-02-16 | 1 | -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 Apple | Marc Chevrier | 2022-02-15 | 1 | -0/+14 |
| | |||||
* | CUDA: Fix spelling __IMPLICT_ -> __IMPLICIT_ | Raul Tambre | 2021-02-14 | 1 | -6/+6 |
| | |||||
* | Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler info | Gregor Jasny | 2018-04-18 | 1 | -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 |