diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-01-16 15:34:43 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-01-16 15:34:43 (GMT) |
commit | 310b58e96155edd0d7d39285639ae903a49df3dc (patch) | |
tree | a2d6b826d474f5a7ee0a5b1f326ccd5780c1f4e8 /Help/variable | |
parent | 1e728706de1457a25fe531d5905c28570a208a08 (diff) | |
download | CMake-310b58e96155edd0d7d39285639ae903a49df3dc.zip CMake-310b58e96155edd0d7d39285639ae903a49df3dc.tar.gz CMake-310b58e96155edd0d7d39285639ae903a49df3dc.tar.bz2 |
Ninja Multi-Config: Rename variable to be more consistent
Also make some tweaks to the documentation.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_NINJA_CROSS_CONFIG_ENABLE.rst | 6 | ||||
-rw-r--r-- | Help/variable/CMAKE_NINJA_MULTI_CROSS_CONFIG_ENABLE.rst | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/Help/variable/CMAKE_NINJA_CROSS_CONFIG_ENABLE.rst b/Help/variable/CMAKE_NINJA_CROSS_CONFIG_ENABLE.rst deleted file mode 100644 index 5c9c1aa..0000000 --- a/Help/variable/CMAKE_NINJA_CROSS_CONFIG_ENABLE.rst +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_NINJA_CROSS_CONFIG_ENABLE -------------------------------- - -If this variable is enabled, cross-configuration building is enabled in the -:generator:`Ninja Multi-Config` generator. See the generator's description for -more details. diff --git a/Help/variable/CMAKE_NINJA_MULTI_CROSS_CONFIG_ENABLE.rst b/Help/variable/CMAKE_NINJA_MULTI_CROSS_CONFIG_ENABLE.rst new file mode 100644 index 0000000..0571d52 --- /dev/null +++ b/Help/variable/CMAKE_NINJA_MULTI_CROSS_CONFIG_ENABLE.rst @@ -0,0 +1,10 @@ +CMAKE_NINJA_MULTI_CROSS_CONFIG_ENABLE +------------------------------------- + +If this variable is enabled, cross-configuration building is enabled in the +:generator:`Ninja Multi-Config` generator. See the generator's description for +more details. This variable is ``OFF`` by default. + +This variable is meant to be set from the command line (via +``-DCMAKE_NINJA_MULTI_CROSS_CONFIG_ENABLE:BOOL=ON``) and should not be set from +project code. |