1CMAKE_SYSROOT_LINK 2------------------ 3 4.. versionadded:: 3.9 5 6Path to pass to the compiler in the ``--sysroot`` flag when linking. This is 7the same as :variable:`CMAKE_SYSROOT` but is used only for linking and not 8compiling sources. 9 10This variable may only be set in a toolchain file specified by 11the :variable:`CMAKE_TOOLCHAIN_FILE` variable. 12