mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
CMAKE_PROJECT_INCLUDE: Allow to run module files
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
This commit is contained in:
@@ -11,7 +11,8 @@ for a more detailed discussion of files potentially included during a
|
||||
|
||||
.. versionadded:: 3.29
|
||||
This variable can be a :ref:`semicolon-separated list <CMake Language Lists>`
|
||||
of CMake language files to be included sequentially.
|
||||
of CMake language files to be included sequentially. It can also now refer to
|
||||
module names to be found in :variable:`CMAKE_MODULE_PATH` or builtin to CMake.
|
||||
|
||||
See also the :variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE`,
|
||||
:variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE`,
|
||||
|
||||
@@ -11,7 +11,8 @@ for a more detailed discussion of files potentially included during a
|
||||
|
||||
.. versionadded:: 3.29
|
||||
This variable can be a :ref:`semicolon-separated list <CMake Language Lists>`
|
||||
of CMake language files to be included sequentially.
|
||||
of CMake language files to be included sequentially. It can also now refer to
|
||||
module names to be found in :variable:`CMAKE_MODULE_PATH` or builtin to CMake.
|
||||
|
||||
See also the :variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE`,
|
||||
:variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE`,
|
||||
|
||||
@@ -9,7 +9,8 @@ discussion of files potentially included during a :command:`project` call.
|
||||
|
||||
.. versionadded:: 3.29
|
||||
This variable can be a :ref:`semicolon-separated list <CMake Language Lists>`
|
||||
of CMake language files to be included sequentially.
|
||||
of CMake language files to be included sequentially. It can also now refer to
|
||||
module names to be found in :variable:`CMAKE_MODULE_PATH` or builtin to CMake.
|
||||
|
||||
See also the :variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE`,
|
||||
:variable:`CMAKE_PROJECT_INCLUDE`, :variable:`CMAKE_PROJECT_INCLUDE_BEFORE`,
|
||||
|
||||
@@ -11,7 +11,8 @@ discussion of files potentially included during a :command:`project` call.
|
||||
|
||||
.. versionadded:: 3.29
|
||||
This variable can be a :ref:`semicolon-separated list <CMake Language Lists>`
|
||||
of CMake language files to be included sequentially.
|
||||
of CMake language files to be included sequentially. It can also now refer to
|
||||
module names to be found in :variable:`CMAKE_MODULE_PATH` or builtin to CMake.
|
||||
|
||||
See also the :variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE`,
|
||||
:variable:`CMAKE_PROJECT_INCLUDE`, :variable:`CMAKE_PROJECT_INCLUDE_BEFORE`,
|
||||
|
||||
@@ -12,6 +12,10 @@ including things like :variable:`CMAKE_<LANG>_COMPILER`, might not be set.
|
||||
See :ref:`Code Injection` for a more detailed discussion of files potentially
|
||||
included during a :command:`project` call.
|
||||
|
||||
.. versionadded:: 3.29
|
||||
This variable can also now refer to module names to be found in
|
||||
:variable:`CMAKE_MODULE_PATH` or builtin to CMake.
|
||||
|
||||
This variable is intended for specifying files that perform one-time setup
|
||||
for the build. It provides an injection point for things like configuring
|
||||
package managers, adding logic the user shares between projects (e.g. defining
|
||||
|
||||
Reference in New Issue
Block a user