Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler info | Gregor Jasny | 2018-04-18 | 1 | -19/+0 |
| | | | | | | | | | 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 | ||||
* | CUDA: Shared libraries on Darwin properly setup @rpath install_names | Robert Maynard | 2017-12-07 | 1 | -0/+19 |
Shared libraries linked with CUDA now properly setup booth the correct install_name but also specify headerpad_max_install_names so that the names can be changed post build. |