1CMAKE_SYSTEM_APPBUNDLE_PATH
2---------------------------
3
4.. versionadded:: 3.4
5
6Search path for macOS application bundles used by the :command:`find_program`,
7and :command:`find_package` commands.  By default it contains the standard
8directories for the current system.  It is *not* intended to be modified by
9the project, use :variable:`CMAKE_APPBUNDLE_PATH` for this.
10