diff options
author | Bastien Schatt <bastien.schatt@magestik.fr> | 2017-04-03 16:47:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-04 13:49:00 (GMT) |
commit | 38fd5866c04d734ea78a4327de7a9ce08b6b8341 (patch) | |
tree | 7db989d944e012f2a2cd48eb8ceeaab356c73b47 /Help/manual | |
parent | 53e9c2d2a31f33f5d72c2df5558ffa7213a54a04 (diff) | |
download | CMake-38fd5866c04d734ea78a4327de7a9ce08b6b8341.zip CMake-38fd5866c04d734ea78a4327de7a9ce08b6b8341.tar.gz CMake-38fd5866c04d734ea78a4327de7a9ce08b6b8341.tar.bz2 |
Add GENERATOR_IS_MULTI_CONFIG global property
Fixes: #16768
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 072d7c5..27c75dc 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -31,6 +31,7 @@ Properties of Global Scope /prop_gbl/FIND_LIBRARY_USE_LIB64_PATHS /prop_gbl/FIND_LIBRARY_USE_LIBX32_PATHS /prop_gbl/FIND_LIBRARY_USE_OPENBSD_VERSIONING + /prop_gbl/GENERATOR_IS_MULTI_CONFIG /prop_gbl/GLOBAL_DEPENDS_DEBUG_MODE /prop_gbl/GLOBAL_DEPENDS_NO_CYCLES /prop_gbl/IN_TRY_COMPILE |