You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
383 B
23 lines
383 B
CMAKE_ROLE
|
|
----------
|
|
|
|
.. versionadded:: 3.14
|
|
|
|
Tells what mode the current running script is in. Could be one of several
|
|
values:
|
|
|
|
``PROJECT``
|
|
Running in project mode (processing a ``CMakeLists.txt`` file).
|
|
|
|
``SCRIPT``
|
|
Running in ``-P`` script mode.
|
|
|
|
``FIND_PACKAGE``
|
|
Running in ``--find-package`` mode.
|
|
|
|
``CTEST``
|
|
Running in CTest script mode.
|
|
|
|
``CPACK``
|
|
Running in CPack.
|