mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
9784834b4c
So, editor(s) can correctly highlight the RST syntax in the included files.
15 lines
534 B
ReStructuredText
15 lines
534 B
ReStructuredText
CMAKE_APPBUNDLE_PATH
|
|
--------------------
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
The ``CMAKE_APPBUNDLE_PATH`` environment variable may be set to a list of
|
|
directories to be searched for macOS application bundles
|
|
by the :command:`find_program` and :command:`find_package` commands.
|
|
|
|
This variable may hold a single directory or a list of directories separated
|
|
by ``:`` on UNIX or ``;`` on Windows (the same as the ``PATH`` environment
|
|
variable convention on those platforms).
|
|
|
|
See also the :variable:`CMAKE_APPBUNDLE_PATH` CMake variable.
|