https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
18b02cc CMake 3.23.0-rc5 23 March 2022, 14:11:55 UTC
6baef67 Merge topic 'better_cross-ref_CMAKE_FIND_NO_INSTALL_PREFIX' into release-3.23 7dc654a017 Help: Better cross-reference CMAKE_FIND_NO_INSTALL_PREFIX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7097 23 March 2022, 13:34:41 UTC
3b1efed Merge topic 'initialize-property-name' into release-3.23 26caa97057 define_property(): Change constraints of INITIALIZE_FROM_VARIABLE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7103 23 March 2022, 13:32:10 UTC
26caa97 define_property(): Change constraints of INITIALIZE_FROM_VARIABLE Remove the requirement that the variable name have a prefix while keeping the suffix requirement. Require that the property name contains an underscore. Update docs and tests accordingly. Fixes: #23340 23 March 2022, 05:39:32 UTC
7dc654a Help: Better cross-reference CMAKE_FIND_NO_INSTALL_PREFIX 23 March 2022, 05:19:03 UTC
2aad4ce Merge topic 'revert-link-interface-direct-for-3.23' into release-3.23 687a91967f Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branch Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7098 22 March 2022, 15:56:43 UTC
25c31f1 Merge topic 'tutorial-license-name' into release-3.23 6892002fcb Tutorial: Fix casing of reference to License.txt Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7100 22 March 2022, 12:56:15 UTC
2f3cf60 Merge topic 'cleanup-define_property' into release-3.23 87c3b5e421 define_property(): Only test prefix if INITIALIZE_FROM_VARIABLE is given 9b50f221f6 Help: Update the main purpose of define_property() e993e2c52c Help: Clean up INITIALIZE_FROM_VARIABLE define_property() option Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !7090 22 March 2022, 12:55:14 UTC
c216a5a Merge topic 'doc-test-property-genex' into release-3.23 78e0204e81 Help: Clarify when add_test and test properties support generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7101 22 March 2022, 12:52:11 UTC
73939fb Merge topic 'productbuild-rootVolumeOnly' into release-3.23 2a8df7e7db productbuild: Don't write rootVolumeOnly attribute if writing domains 95eb8cbcfc CPack: Avoid space / tab mix in productbuild distribution.xml template 28fdc3a536 productbuild: Simplify internal CPACK_PRODUCTBUILD_DOMAINS usage Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7092 22 March 2022, 12:51:01 UTC
1484959 Merge branch 'release-3.22' into release-3.23 22 March 2022, 12:46:18 UTC
21fa993 Merge topic 'cpack-nsis-fix-uninstall-quoting' into release-3.23 5d2ceaada8 CPack/NSIS: Add support for unquoted (legacy) uninstaller strings b795c96727 CPack/NSIS: Fix uninstall command when run from installer Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7096 22 March 2022, 12:45:03 UTC
575c87c Merge topic 'FindCUDAToolkit-cufftw-static' into release-3.23 3e7113e644 FindCUDAToolkit: Add missing cufftw_static target Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7093 22 March 2022, 12:43:29 UTC
5e8aa0d Merge topic 'doc-productbuild' into release-3.23 bf44efadab Help: Add more detail for CPACK_PRODUCTBUILD_DOMAINS* variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7091 22 March 2022, 12:42:19 UTC
6892002 Tutorial: Fix casing of reference to License.txt Correct a tiny typo in the Step 7 tutorial. Change so `License.txt` correctly starts with a capital `L`. 21 March 2022, 19:58:26 UTC
78e0204 Help: Clarify when add_test and test properties support generator expressions Issue: #23329 21 March 2022, 19:46:50 UTC
01a4be3 Merge branch 'cpack-nsis-fix-uninstall-quoting' into release-3.22 Merge-request: !7096 21 March 2022, 18:54:53 UTC
5d2ceaa CPack/NSIS: Add support for unquoted (legacy) uninstaller strings 21 March 2022, 18:53:44 UTC
b795c96 CPack/NSIS: Fix uninstall command when run from installer The quoting introduced by commit eb3b3bacdc (CPack/NSIS: Fix uninstall on Windows using "Apps & Features", 2021-09-13, v3.22.0-rc1~136^2) created two errors in the uninstaller call: double quoting of the uninstaller executable, and quotes added to the `_?=` argument which does not support them. Simplify the command. 21 March 2022, 18:53:31 UTC
58f15af Merge branch 'release-3.22' into release-3.23 21 March 2022, 18:14:30 UTC
0abd49e Merge branch 'release-3.21' into release-3.22 21 March 2022, 18:13:56 UTC
2b0f96c Merge branch 'rel-win-docker' into release-3.22 Merge-request: !7087 21 March 2022, 18:13:44 UTC
f71e89a Merge branch 'rel-win-docker' into release-3.21 Merge-request: !7087 21 March 2022, 18:13:31 UTC
4b89761 Merge topic 'rel-win-docker' into release-3.23 a6aa88e51f Utilities/Release: Add "source" stage to Windows docker spec Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7087 21 March 2022, 18:12:37 UTC
687a919 Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branch Revert commit f3ad061858 (Add usage requirements to update direct link dependencies, 2022-01-12, v3.23.0-rc1~44^2) and the property storage updates in its predecessor commit 193a999cd5 (cmTarget: Add INTERFACE_LINK_LIBRARIES_DIRECT{,_EXCLUDE} backtrace storage, 2022-01-06, v3.23.0-rc1~44^2~1) from the 3.23 release branch. After initial experience using the feature in practice, additional design considerations have been raised for discussion in the original issue. To avoid rushing this for the 3.23 series, we've decided to revert the feature for now so it can be revised for a future release. Issue: #22496 21 March 2022, 17:17:32 UTC
3e7113e FindCUDAToolkit: Add missing cufftw_static target Fixes #23347 21 March 2022, 13:40:17 UTC
2a8df7e productbuild: Don't write rootVolumeOnly attribute if writing domains The rootVolumeOnly attribute is deprecated. Apple docs say to use domains instead. Fixes: #23343 21 March 2022, 04:43:46 UTC
95eb8cb CPack: Avoid space / tab mix in productbuild distribution.xml template 21 March 2022, 03:31:09 UTC
28fdc3a productbuild: Simplify internal CPACK_PRODUCTBUILD_DOMAINS usage There's no benefit to storing the CPACK_PRODUCTBUILD_DOMAINS prefix in a variable and appending to it in the C++ code. It has the disadvantage of making it harder to find usages of the variables with a suffix appended to that string. Expand out the strings at the places they are used so that they are easier to spot. 21 March 2022, 02:36:48 UTC
bf44efa Help: Add more detail for CPACK_PRODUCTBUILD_DOMAINS* variables 21 March 2022, 01:25:34 UTC
87c3b5e define_property(): Only test prefix if INITIALIZE_FROM_VARIABLE is given 19 March 2022, 06:33:45 UTC
9b50f22 Help: Update the main purpose of define_property() The BRIEF_DOCS and FULL_DOCS are remnants from before the Sphinx-based documentation when CMake's internal structures for defining properties included fields for their documentation. They are no longer mandatory for define_property() and haven't been in practical use for some time. The main use of the command has evolved to now be more about how to initialize and inherit properties, so update the docs to reflect that change in focus. Issue: #20698 19 March 2022, 06:33:45 UTC
e993e2c Help: Clean up INITIALIZE_FROM_VARIABLE define_property() option INITIALIZE_FROM_VARIABLE is new in CMake 3.23, but the versionadded note was missing in the original commit. The docs also failed to mention that the new option only applies to target properties. Amends fce24e4f10 (define_property(): Add INITIALIZE_FROM_VARIABLE argument, 2022-01-13) 19 March 2022, 06:33:45 UTC
a6aa88e Utilities/Release: Add "source" stage to Windows docker spec Revise the spec added by commit ff929badb3 (Utilities/Release: Add docker specs to build and test Windows binaries, 2020-05-05, v3.18.0-rc1~203^2~1) to add a `source` stage that stops just after copying the source tree into the image. This provides more granular control to driving scripts. 18 March 2022, 13:50:55 UTC
66ba460 CMake 3.23.0-rc4 18 March 2022, 12:26:30 UTC
b91d9f8 Merge topic 'doc-multiple-src-paths' into release-3.23 1b8669c1d6 Help: Document warning about multiple source paths Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7082 18 March 2022, 12:21:39 UTC
8efc92d Merge topic 'r2022a' into release-3.23 6032213456 FindMatlab: Add R2022a => 9.12 version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7086 18 March 2022, 12:20:58 UTC
1b8669c Help: Document warning about multiple source paths Although passing multiple source paths was never documented, it was not diagnosed by CMake 3.22 and below. In CMake 3.23 we now diagnose extra paths and warn. Document this change and add a release note. Issue: #23334 18 March 2022, 11:39:22 UTC
6032213 FindMatlab: Add R2022a => 9.12 version 18 March 2022, 11:22:42 UTC
6ac2746 Merge branch 'release-3.22' into release-3.23 18 March 2022, 11:19:23 UTC
528a426 Merge topic 'FindPython-pypy-specify-versions' into release-3.23 2834cea155 FindPython: fix various problems using pypy interpreters Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7081 18 March 2022, 11:18:04 UTC
b782d9e Merge topic 'always_prefer_last_source_dir' into release-3.23 b44ad7992a cmake: Always prefer the last source directory provided Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7084 18 March 2022, 11:16:23 UTC
b44ad79 cmake: Always prefer the last source directory provided Fixes: #23334 17 March 2022, 19:23:01 UTC
736964d Merge topic 'FindPostgreSQL-doc-versions' into release-3.23 fcc0119af0 FindPostgreSQL: Update known versions in documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7080 17 March 2022, 15:03:59 UTC
ae7294e Merge topic 'doc-src-bld-selection' into release-3.23 fea270d3ed Help: Document cmake source and binary dir selection rules Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7076 17 March 2022, 15:03:11 UTC
c419782 Merge branch 'FindPython-pypy-specify-versions' into release-3.22 Merge-request: !7081 17 March 2022, 14:15:09 UTC
2834cea FindPython: fix various problems using pypy interpreters * add more possible directories for include file search * enhance version detection from library and include files * search for file pypy_decl.h when PyPy.h is not defined 17 March 2022, 13:53:40 UTC
fcc0119 FindPostgreSQL: Update known versions in documentation 17 March 2022, 13:41:57 UTC
fea270d Help: Document cmake source and binary dir selection rules Co-authored-by: Brad King <brad.king@kitware.com> 17 March 2022, 13:38:32 UTC
daf9a5c Merge topic 'tll-genex-concat' into release-3.23 add64399c5 target_link_libraries: Restore LINK_ONLY for multiple static lib dependencies Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7078 17 March 2022, 13:13:46 UTC
b2ba662 Merge topic 'doc-list-semicolons' into release-3.23 8abd714176 Help: Clarify that ENVIRONMENT test properties take ;-separated lists 02cf404ace Help: Add advice for dealing with semicolons in lists c4117d9116 ExternalProject: Document that LIST_SEPARATOR works for CMAKE_ARGS too Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7066 16 March 2022, 15:14:58 UTC
e6ad4ce Merge topic 'language-header-file-only-doc' into release-3.23 83a80e5193 Help: Clarify interaction of LANGUAGE and HEADER_FILE_ONLY Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7075 16 March 2022, 15:13:58 UTC
e3c748c Merge branch 'release-3.22' into release-3.23 16 March 2022, 15:11:06 UTC
1925a5c Merge topic 'binutils-llvm-ar-apple' into release-3.23 fee36b7a78 BinUtils: Restore llvm-ar fallback on Apple platforms Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7077 16 March 2022, 15:09:44 UTC
4a4fa6a Merge branch 'release-3.21' into release-3.22 16 March 2022, 14:51:07 UTC
2db936e Merge branch 'binutils-llvm-ar-apple' into release-3.22 Merge-request: !7077 16 March 2022, 14:51:03 UTC
12e03d7 Merge branch 'binutils-llvm-ar-apple' into release-3.21 Merge-request: !7077 16 March 2022, 14:50:43 UTC
add6439 target_link_libraries: Restore LINK_ONLY for multiple static lib dependencies Since commit c1e812ad4f (target_link_libraries: Improve tolerance of unquoted generator expressions, 2022-02-15, v3.23.0-rc2~11^2) we accumulate consecutive non-keyword arguments to recover an unquoted generator expression as a single entry. When given multiple consecutive non-genex library names, the grouping breaks our logic that expects each entry is either a raw target name or a genex. Revise the logic to only accumulate multiple arguments when they end inside a partial genex. This bug caused `target_link_libraries` to stop wrapping static library private dependencies in `$<LINK_ONLY:...>` for `INTERFACE_LINK_LIBRARIES` when multiple consecutive library names are given. Add a test case covering that behavior. Fixes: #23302 16 March 2022, 14:47:32 UTC
fee36b7 BinUtils: Restore llvm-ar fallback on Apple platforms Since commit 29ea94e17c (BinUtils: Avoid llvm-ar on Apple platforms, 2022-03-03, v3.21.6~1^2) we do not consider `llvm-ar` at all on Apple platforms. However, there are existing cross-compiling use cases in which the toolchain has `llvm-ar` but not `ar`. Prior to the re-ordering in commit cf82300a63 (BinUtils: Clarify search logic and make it more consistent, 2021-05-27, v3.21.0-rc1~119^2~2), we preferred `ar` and then `llvm-ar`. Restore the original order for Apple. Fixes: #23320 16 March 2022, 14:46:11 UTC
8abd714 Help: Clarify that ENVIRONMENT test properties take ;-separated lists Follow up commit 79f64cc773 (Help: ENVIRONMENT_MODIFICATION clarify only supports singular values, 2022-02-23) to specifically call out the list format. Issue: #23315 15 March 2022, 19:49:21 UTC
02cf404 Help: Add advice for dealing with semicolons in lists Issue: #23315 15 March 2022, 19:49:13 UTC
83a80e5 Help: Clarify interaction of LANGUAGE and HEADER_FILE_ONLY 15 March 2022, 17:06:35 UTC
790c225 Merge topic 'doc-ignore-prefix-paths' into release-3.23 5cb0a730c9 Help: Clarify behavior of search ignore-related variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7056 15 March 2022, 16:48:41 UTC
a8bc22b Merge branch 'release-3.22' into release-3.23 15 March 2022, 16:47:24 UTC
941605e Merge topic 'AppleClang-cxx20-cxx23-flags' into release-3.23 683e4e9cab AppleClang: Add C++20 and C++23 flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7063 15 March 2022, 16:46:32 UTC
8e21f24 Merge topic 'doc-LINK_LIBRARIES_ONLY_TARGETS' into release-3.23 95cdce829f Help: Fix typo and improve readability for LINK_LIBRARIES_ONLY_TARGETS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7068 14 March 2022, 11:55:09 UTC
95cdce8 Help: Fix typo and improve readability for LINK_LIBRARIES_ONLY_TARGETS 13 March 2022, 09:31:08 UTC
5cb0a73 Help: Clarify behavior of search ignore-related variables Not all the behaviors of CMake variables for ignoring search locations by find_...() commands were fully documented. Add the missing effects, clarify the wording and restructure the way the details are assembled to reduce duplication. Also improve the cross-referencing to ensure all the related variables are more discoverable. Issue: #20878 13 March 2022, 03:29:05 UTC
c4117d9 ExternalProject: Document that LIST_SEPARATOR works for CMAKE_ARGS too Since `CMAKE_ARGS` is used to construct the default `CONFIGURE_COMMAND` for CMake-based external projects, the `LIST_SEPARATOR` option works for it too. 11 March 2022, 16:15:53 UTC
4dd0dec Merge branch 'release-3.21' into release-3.22 11 March 2022, 15:33:42 UTC
7523a1d Merge branch 'AppleClang-cxx20-cxx23-flags' into release-3.22 Merge-request: !7063 11 March 2022, 15:33:16 UTC
bb99538 Merge branch 'AppleClang-cxx20-cxx23-flags' into release-3.21 Merge-request: !7063 11 March 2022, 15:33:02 UTC
683e4e9 AppleClang: Add C++20 and C++23 flags Follow up commit 886e27062b (Clang/MSVC: C++20 final flag, C++23 support, 2021-05-29, v3.20.4~7^2) with support for AppleClang. 11 March 2022, 15:00:21 UTC
736e80d CMake 3.23.0-rc3 10 March 2022, 14:11:13 UTC
ed663af Merge topic 'cuda-arch-off' into release-3.23 7024596a26 Tests: Fix testing CMAKE_CUDA_ARCHITECTURES=OFF with Clang 2a79b647fa CUDA: Restore support for CMAKE_CUDA_ARCHITECTURES=OFF Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7058 10 March 2022, 14:08:04 UTC
7024596 Tests: Fix testing CMAKE_CUDA_ARCHITECTURES=OFF with Clang Clang does not automatically choose an architecture supported by the SDK. The `OFF` value is meant for users to provide their own architecture flags, so provide one as part of the test. 10 March 2022, 12:10:38 UTC
c31f7de Merge branch 'release-3.22' into release-3.23 10 March 2022, 11:44:26 UTC
e3b9338 Merge topic 'irsl-oneapi-linux' into release-3.23 3e84a06b3a IRSL: Add paths for Intel oneAPI compilers on Linux Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7057 10 March 2022, 11:43:10 UTC
ae585bd Merge topic 'ci-msvc-19.31' into release-3.23 f2c303f4c7 Merge branch 'backport-3.22-ci-msvc-19.31' into ci-msvc-19.31 e66de43180 gitlab-ci: Update Windows builds to MSVC 19.31 toolset fade5b5b8c gitlab-ci: Update Windows builds to MSVC 19.31 toolset Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7059 10 March 2022, 11:33:55 UTC
dfdcb4f Merge branch 'backport-3.22-ci-msvc-19.31' into release-3.22 Merge-request: !7059 09 March 2022, 17:59:55 UTC
90a9bff Merge branch 'irsl-oneapi-linux' into release-3.22 Merge-request: !7057 09 March 2022, 17:58:09 UTC
3e84a06 IRSL: Add paths for Intel oneAPI compilers on Linux They are stored in a slightly different place with oneAPI than they used to be in PSXE. A similar change was made for Windows by commit 956160bb9a (IRSL: Fix search for Windows redist files with Intel Classic compiler, 2021-09-23, v3.22.0-rc1~88^2), which left a comment about the locations relative to the Classic and oneAPI compilers. Fixes: #23310 09 March 2022, 17:53:37 UTC
2a79b64 CUDA: Restore support for CMAKE_CUDA_ARCHITECTURES=OFF Fixes: #23309 09 March 2022, 17:30:12 UTC
1aa51fb Merge branch 'release-3.22' into release-3.23 09 March 2022, 17:12:01 UTC
04d42cb Merge topic 'ignore-prefix-path-test-program-path' into release-3.23 11ea24e590 Tests: Disable CMAKE_SYSTEM_PROGRAM_PATH in IgnorePrefixPath test Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7055 09 March 2022, 17:11:06 UTC
0402d35 Merge topic 'binutils-llvm-mt' into release-3.23 73d0d4e4b5 BinUtils: Avoid llvm-mt because it is missing 'mt' features we use Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7054 09 March 2022, 17:10:14 UTC
5b29664 Merge topic 'iar-cmp0057' into release-3.23 bd3e23a605 IAR: Fix detection of modern C++ version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7053 09 March 2022, 17:09:02 UTC
9acecc3 Merge topic 'doc-file-sets' into release-3.23 4286b72240 Help: Update install() docs to better reflect preference for file sets ab1b573f41 Help: Reorganise FILE_SETS and related properties Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7031 09 March 2022, 17:07:57 UTC
f2c303f Merge branch 'backport-3.22-ci-msvc-19.31' into ci-msvc-19.31 09 March 2022, 16:11:38 UTC
e66de43 gitlab-ci: Update Windows builds to MSVC 19.31 toolset 09 March 2022, 15:02:01 UTC
fade5b5 gitlab-ci: Update Windows builds to MSVC 19.31 toolset 09 March 2022, 15:00:57 UTC
11ea24e Tests: Disable CMAKE_SYSTEM_PROGRAM_PATH in IgnorePrefixPath test Some systems set CMAKE_SYSTEM_PROGRAM_PATH, which pollutes the environment for this test. Erase it before executing the test to get a clean environment. Fixes: #23300 08 March 2022, 22:38:07 UTC
11c25ae Merge topic 'cmake-presets-file-dir' into release-3.23 f54507c2f6 CMakePresets.json: Add ${fileDir} macro Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Gerhard Olsson <gerhard.nospam@gmail.com> Merge-request: !7051 08 March 2022, 21:03:14 UTC
ba695c8 Merge topic 'test-cmp0125' into release-3.23 eca72dab8b Tests: Make RunCMake.CMP0125 robust to external filesystem content Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7049 08 March 2022, 21:02:15 UTC
71268ca Merge branch 'release-3.21' into release-3.22 08 March 2022, 16:55:31 UTC
3f737ba Merge branch 'binutils-llvm-mt' into release-3.22 Merge-request: !7054 08 March 2022, 16:55:16 UTC
33ed5b9 Merge branch 'binutils-llvm-mt' into release-3.21 Merge-request: !7054 08 March 2022, 16:54:58 UTC
73d0d4e BinUtils: Avoid llvm-mt because it is missing 'mt' features we use Since commit cf82300a63 (BinUtils: Clarify search logic and make it more consistent, 2021-05-27, v3.21.0-rc1~119^2~2) we correctly prefer the more-specific name `llvm-mt` over `mt` when using Clang. However, the `llvm-mt` tool does not yet support all the flags we need in the implementation of `vs_link_{exe,dll}`. Prefer plain `mt` for now. Fixes: #23305 08 March 2022, 16:48:30 UTC
bd3e23a IAR: Fix detection of modern C++ version The change in commit cc4da8d13a (IAR/CXX: Fix compatibility with CMP0057 OLD, 2022-01-29, v3.23.0-rc1~46^2) broke the detection of C++ version because the `IN_LIST` operator cannot work directly on a list but requires a variable. 08 March 2022, 14:34:48 UTC
130c988 Merge topic 'doc-lang-std-features' into release-3.23 fbda79f39d Help: Document explicitly that 'cxx_std_##' features may not add a flag Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: antmak <antmak.pub@gmail.com> Merge-request: !7043 08 March 2022, 13:25:19 UTC
back to top