- Jun 09, 2020
-
-
The idea is that one may set `CTEST_DROP_METHOD` in custom CTest scripting.
-
Kitware Robot authored
-
- Jun 08, 2020
-
-
-
f8b2d8f1 ci: remove unused sccache download script Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4866
-
f8b2d8f1 ci: remove unused sccache download script Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4866
-
Ben Boeckel authored
-
-
f859e6f8 CPack/IFW: Fix documentation typo: REQUARED Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4862
-
f859e6f8 CPack/IFW: Fix documentation typo: REQUARED Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4862
-
-
3fd07d30 VS: Enable DOTNET_TARGET_FRAMEWORK properties all target types Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4854
-
-
3fd07d30 VS: Enable DOTNET_TARGET_FRAMEWORK properties all target types Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4854
-
7e2f8646 FindCUDAToolkit: Fix cudart not found status message Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4861
-
-
7e2f8646 FindCUDAToolkit: Fix cudart not found status message Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4861
-
This ended up after the searching after commit dc2eae1f (FindCUDAToolkit: Factor out discovery code into a separate file, 2020-04-22). Move it back to where it was and should be.
-
0f88b7a5 CUDA: Fix Clang depfile flags when simulating MSVC Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4863
-
-
0f88b7a5 CUDA: Fix Clang depfile flags when simulating MSVC Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4863
-
__compiler_clang() doesn't call __compiler_gnu() if we're emulating MSVC. Thus CMAKE_DEPFILE_FLAGS_CUDA remains unset and compiling doesn't work, due to NVCC dependency injection workaround in CMakeCUDAInformation.cmake, which triggers for Ninja if they're not set. Always set the depfile flags to fix this. Most other compiler modules seem to do the same.
-
-
4eaf1ef4 CUDA: Fix checking working architectures with specifiers Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4856
-
4eaf1ef4 CUDA: Fix checking working architectures with specifiers Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4856
-
Kitware Robot authored
-
- Jun 07, 2020
-
-
Kitware Robot authored
-
- Jun 06, 2020
-
-
Kitware Robot authored
-
- Jun 05, 2020
-
-
-
5bf9a290 CUDA: Fix CUDA_ARCHITECTURES policy CMP0104 check in try_compile Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4857
-
5bf9a290 CUDA: Fix CUDA_ARCHITECTURES policy CMP0104 check in try_compile Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4857
-
Brad King authored
Since commit e98588aa (CUDA: Add CUDA_ARCHITECTURES target property, 2020-03-12), `CMAKE_CUDA_ARCHITECTURES` is both initialized and required by policy CMP0104's `NEW` behavior. Inside a `try_compile` project we use `cmake_minimum_required(VERSION ...)` with the current running version of CMake. Now that our version number is 3.18, `CMP0104` gets set to `NEW` in the `try_compile`. If the outer projects does not set the policy then `CMAKE_CUDA_ARCHITECTURES` is not available and the `try_compile` fails to generate. Teach `try_compile` to check the outer project's policy status and set policy CMP0104 to `OLD` if needed to match. Fixes: #20794
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Release versions do not have the development topic section of the CMake Release Notes index page.
-
389ca182 Help: Organize and revise 3.18 release notes ab6b5c01 Help: Consolidate 3.18 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4845
-
Raul Tambre authored
We don't distinguish real/virtual architectures during compiler detection. If the user passes -DCMAKE_CUDA_ARCHITECTURES="70-virtual" we'll test with only the real architecture. If it works "architectures" will end up as "70". We check equality using strings, so this fails and we incorrectly throw an error. Fix this by comparing against CMAKE_CUDA_ARCHITECTURES with the specifiers stripped. We need to deduplicate tested_architectures for the same reason in case the user specified something like "70-real;70-virtual".
-
9f392389 libarchive: Map fixed-size integer types from KWIML as typedefs d20bf471 liblzma: Map fixed-size integer types from KWIML as typedefs 92c4316d KWSys: Hard-code try_compile results on Windows 2bc89f1a cmSystemTools: Hard-code try_compile results for Windows d350d466 libarchive: Hard-code try_compile results for bundled dependencies bf60ac24 Source: Assume elf.h does not exist on Windows f408cc2c expat: Remove unused try_compile checks 6c4f3dcd Utilities: Update hard-coded try_compile results for third-party libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4848
-
e219527a VS: Use StdOutEncoding for VS 16.7 Preview 3 and above 8a7ad923 VS: Extract instance version from VS Installer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4847
-