Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG on non-macOS too | Craig Scott | 2021-04-06 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | Since CMake 3.19, we no longer support macOS SDKs older than 10.5, which corresponds to Xcode 3. Supporting older Xcode versions for device platforms is also not realistic. We therefore expect the -rpath linker option should always be supported now. When targeting iOS, tvOS or watchOS, the previous disabling of -rpath support meant that the install_name_dir of shared libraries and frameworks was unable to use @rpath. This resulted in embedding absolute paths for their install_name. When they were embedded in an app bundle, this would cause the app to fail at runtime. By enabling the -rpath linker option, the default install_name_dir is now @rpath for these platforms, which results in binaries that do work at runtime. Fixes: #20036 | ||||
* | Help: Convert some genex names to explicit cross-references | Brad King | 2021-02-05 | 1 | -2/+2 |
| | | | | | | | | | Since commit c2dc7e0f53 (Help: Convert genex documentation to sphinx domain objects, 2021-01-15) we can use `:genex:` cross-references to link to named generator expressions. Update some places to do this. This is meant to demonstrate the capability, not as a comprehensive sweep. | ||||
* | Help: Add documentation and release notes for INSTALL_NAME_DIR genex | Kyle Edwards | 2019-11-05 | 1 | -0/+4 |
| | |||||
* | Help: Improve documentation formating | Bartosz Kosiorek | 2019-04-04 | 1 | -3/+3 |
| | |||||
* | Help: Reference CMAKE_INSTALL_NAME_DIR from INSTALL_NAME_DIR | Ruslan Baratov | 2018-03-20 | 1 | -0/+4 |
| | |||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+8 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |