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 |
| | |||||
* | Swift: Honor CMAKE_OSX_SYSROOT on Apple platforms | Brad King | 2019-10-28 | 1 | -0/+1 |
Pass the value to the Swift compiler driver via `-sdk`. We already do this for C/C++ via `-isysroot`. This fixes command-line builds on macOS 10.15 with Xcode 11 Swift tools. Fixes: #19880 |