- Mar 16, 2022
-
-
8abd7141 Help: Clarify that ENVIRONMENT test properties take ;-separated lists 02cf404a Help: Add advice for dealing with semicolons in lists c4117d91 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
-
83a80e51 Help: Clarify interaction of LANGUAGE and HEADER_FILE_ONLY Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7075
-
Brad King authored
-
fee36b7a BinUtils: Restore llvm-ar fallback on Apple platforms Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7077
-
Brad King authored
-
Brad King authored
Merge-request: !7077
-
Brad King authored
Merge-request: !7077
-
Brad King authored
Since commit 29ea94e1 (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 cf82300a (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
-
- Mar 15, 2022
-
-
Brad King authored
Issue: #23315
-
Kyle Edwards authored
-
5cb0a730 Help: Clarify behavior of search ignore-related variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7056
-
Brad King authored
-
683e4e9c AppleClang: Add C++20 and C++23 flags Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7063
- Mar 14, 2022
-
-
95cdce82 Help: Fix typo and improve readability for LINK_LIBRARIES_ONLY_TARGETS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7068
-
- Mar 13, 2022
-
-
Craig Scott authored
-
- Mar 12, 2022
-
-
Craig Scott authored
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
-
- Mar 11, 2022
-
-
Brad King authored
Since `CMAKE_ARGS` is used to construct the default `CONFIGURE_COMMAND` for CMake-based external projects, the `LIST_SEPARATOR` option works for it too.
-
Brad King authored
-
Brad King authored
Merge-request: !7063
-
Brad King authored
Merge-request: !7063
-
Follow up commit 886e2706 (Clang/MSVC: C++20 final flag, C++23 support, 2021-05-29, v3.20.4~7^2) with support for AppleClang.
-
- Mar 10, 2022
-
-
7024596a Tests: Fix testing CMAKE_CUDA_ARCHITECTURES=OFF with Clang 2a79b647 CUDA: Restore support for CMAKE_CUDA_ARCHITECTURES=OFF Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7058
-
Brad King authored
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.
-
Brad King authored
-
3e84a06b IRSL: Add paths for Intel oneAPI compilers on Linux Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7057
-
f2c303f4 Merge branch 'backport-3.22-ci-msvc-19.31' into ci-msvc-19.31 e66de431 gitlab-ci: Update Windows builds to MSVC 19.31 toolset fade5b5b gitlab-ci: Update Windows builds to MSVC 19.31 toolset Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7059
- Mar 09, 2022
-
-
Brad King authored
Merge-request: !7059
-
Brad King authored
Merge-request: !7057
-
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 956160bb (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
-
Fixes: #23309
-
Brad King authored
-
11ea24e5 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
-
73d0d4e4 BinUtils: Avoid llvm-mt because it is missing 'mt' features we use Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7054
-
bd3e23a6 IAR: Fix detection of modern C++ version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7053
-
4286b722 Help: Update install() docs to better reflect preference for file sets ab1b573f Help: Reorganise FILE_SETS and related properties Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7031
-
Brad King authored
-
Brad King authored
-
Brad King authored
-