diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-01-15 00:09:19 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-01-15 00:09:19 (GMT) |
commit | d2efc90598dfd9bc72ec27ff8b0c0db57b9e6e8a (patch) | |
tree | 13cc25af86560089c891a6c7e5a2643d46757fc4 /Help/manual | |
parent | 4da4e31db2aa3898346caaadec222881e803865b (diff) | |
download | CMake-d2efc90598dfd9bc72ec27ff8b0c0db57b9e6e8a.zip CMake-d2efc90598dfd9bc72ec27ff8b0c0db57b9e6e8a.tar.gz CMake-d2efc90598dfd9bc72ec27ff8b0c0db57b9e6e8a.tar.bz2 |
Help: Move linker preference variables to the internal section
These probably should not have been documented as public variables
to begin with. But since they have been documented for a long time,
we can't just remove them from the docs. Move them to the internal
section instead to make it clearer that they are not intended to be used
directly by projects.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index 51b092f..920bfe0 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -581,8 +581,6 @@ Variables for Languages /variable/CMAKE_LANG_IMPLICIT_LINK_LIBRARIES /variable/CMAKE_LANG_LIBRARY_ARCHITECTURE /variable/CMAKE_LANG_LINK_EXECUTABLE - /variable/CMAKE_LANG_LINKER_PREFERENCE - /variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES /variable/CMAKE_LANG_LINKER_WRAPPER_FLAG /variable/CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP /variable/CMAKE_LANG_OUTPUT_EXTENSION @@ -727,6 +725,8 @@ are subject to change, and not recommended for use in project code. /variable/CMAKE_LANG_COMPILER_ABI /variable/CMAKE_LANG_COMPILER_ARCHITECTURE_ID /variable/CMAKE_LANG_COMPILER_VERSION_INTERNAL + /variable/CMAKE_LANG_LINKER_PREFERENCE + /variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES /variable/CMAKE_LANG_PLATFORM_ID /variable/CMAKE_NOT_USING_CONFIG_FLAGS /variable/CMAKE_VS_INTEL_Fortran_PROJECT_VERSION |