From d2cb36861f3ad9423bfe1ca7979b33ddf9925a88 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Tue, 19 Jul 2022 14:17:20 +1000 Subject: Help: Fix cross-references in genex manual that linked to wrong genexes --- Help/manual/cmake-generator-expressions.7.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst index 25e581a..9649e62 100644 --- a/Help/manual/cmake-generator-expressions.7.rst +++ b/Help/manual/cmake-generator-expressions.7.rst @@ -364,8 +364,6 @@ Variable Queries :manual:`cmake-compile-features(7)` manual for information on compile features and a list of supported compilers. -.. _`Boolean COMPILE_LANGUAGE Generator Expression`: - .. genex:: $ .. versionadded:: 3.15 @@ -405,6 +403,8 @@ Variable Queries $<$,$>:COMPILING_C_WITH_CLANG> ) +.. _`Boolean COMPILE_LANGUAGE Generator Expression`: + .. genex:: $ .. versionadded:: 3.3 @@ -451,8 +451,6 @@ Variable Queries add_executable(myapp main.cpp) target_link_libraries(myapp myapp_c myapp_cxx) -.. _`Boolean LINK_LANGUAGE Generator Expression`: - .. genex:: $ .. versionadded:: 3.18 @@ -495,6 +493,8 @@ Variable Queries ``$`` for constraints about the usage of this generator expression. +.. _`Boolean LINK_LANGUAGE Generator Expression`: + .. genex:: $ .. versionadded:: 3.18 -- cgit v0.12