HEX
Server: nginx/1.22.0
System: Linux iZuf6jdxbygmf6cco977lcZ 5.10.84-10.4.al8.x86_64 #1 SMP Tue Apr 12 12:31:07 CST 2022 x86_64
User: root (0)
PHP: 7.4.29
Disabled: passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_restore,dl,readlink,symlink,popepassthru,stream_socket_server,fsocket,popen
Upload Files
File: //usr/share/cmake/Help/command/OPTIONS_SHELL.txt
The final set of compile or link options used for a target is constructed by
accumulating options from the current target and the usage requirements of
its dependencies.  The set of options is de-duplicated to avoid repetition.

.. versionadded:: 3.12
  While beneficial for individual options, the de-duplication step can break
  up option groups.  For example, ``-D A -D B`` becomes ``-D A B``.  One may
  specify a group of options using shell-like quoting along with a ``SHELL:``
  prefix.  The ``SHELL:`` prefix is dropped, and the rest of the option string
  is parsed using the :command:`separate_arguments` ``UNIX_COMMAND`` mode.
  For example, ``"SHELL:-D A" "SHELL:-D B"`` becomes ``-D A -D B``.