https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
222bf36 CMake 3.19.0 18 November 2020, 12:46:23 UTC
b9239c0 Merge branch 'release-3.18' into release-3.19 18 November 2020, 12:40:58 UTC
513fff7 Merge topic 'rename_cuda_memcheck' into release-3.19 fea49b2df0 CTest: Rename CudaMemcheck to CudaSanitizer Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5514 18 November 2020, 12:29:54 UTC
1a059d9 CMake 3.18.5 18 November 2020, 11:34:00 UTC
ca9a182 Merge topic 'gitlab-ci-msvc-14.28' into release-3.19 a282714be9 gitlab-ci: Update Windows builds to MSVC 19.28 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5513 17 November 2020, 21:40:43 UTC
fea49b2 CTest: Rename CudaMemcheck to CudaSanitizer 17 November 2020, 20:06:30 UTC
a282714 gitlab-ci: Update Windows builds to MSVC 19.28 17 November 2020, 18:34:51 UTC
c9764c9 Merge topic 'msvc-14.28' into release-3.19 c862e15418 Suppress MSVC 14.28 C5105 warning triggered by Windows SDK Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5512 17 November 2020, 18:10:32 UTC
c862e15 Suppress MSVC 14.28 C5105 warning triggered by Windows SDK Issue: #21446 17 November 2020, 16:50:50 UTC
c22f434 Merge topic 'xcode-clean-lib-paths' into release-3.19 b1ef2fffe7 Xcode: Clean library paths to avoid linker duplicate symbol definitions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5511 16 November 2020, 19:23:52 UTC
87ef956 Merge topic 'ci-fedora33' into release-3.19 6e35919e15 gitlab-ci: use Fedora 33 to build sources 061f7d5ca3 gitlab-ci: update Linux CI to use Fedora 33 bd62d2ecf3 ci: update to Fedora 33 for Linux builds ada3170625 ci: install gmock in the Fedora 31 image 86f196f634 Tests/FindBoost/TestPython: support finding 3.8 and 3.9 6a83417908 clang-tidy: ignore new warnings from newer versions d2b648ec4c clang-tidy: ignore `misc-no-recursion` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5504 16 November 2020, 16:16:12 UTC
b1ef2ff Xcode: Clean library paths to avoid linker duplicate symbol definitions 15 November 2020, 20:14:57 UTC
c35c4ae Merge topic 'qtifw-archivegen' into release-3.19 5ab75dd7dd CPack/IFW: Locate the archivegen utility Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5503 13 November 2020, 14:45:32 UTC
140e06e Merge topic 'qtifw-4.0' into release-3.19 63ae96a317 CPack/IFW: Add support for QtIFW 4.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5502 13 November 2020, 14:44:27 UTC
ddd6979 Merge topic 'doc-cstd' into release-3.19 48645cabe3 Help: MSVC now has C standard level flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5500 13 November 2020, 14:43:07 UTC
d8b50fd Merge topic 'xcode-compiler-id-path' into release-3.19 bcbae3f71e Xcode: Extract CMAKE_<LANG>_COMPILER from compiler id with multiple archs a070565a66 Merge branch 'FindRuby-restore-VENDORLIB_DIR' into release-3.18 3969c86b51 Merge branch 'cuda_vs_skip_computation' into release-3.18 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5506 13 November 2020, 14:41:25 UTC
18f152e Merge topic 'xcode-compiler-id-arch' into release-3.19 98849039cc Xcode: Default to arm64 arch on Apple Silicon hosts during compiler id Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5505 13 November 2020, 14:40:09 UTC
6e35919 gitlab-ci: use Fedora 33 to build sources 13 November 2020, 13:58:17 UTC
061f7d5 gitlab-ci: update Linux CI to use Fedora 33 13 November 2020, 13:58:17 UTC
bd62d2e ci: update to Fedora 33 for Linux builds 13 November 2020, 13:37:07 UTC
ada3170 ci: install gmock in the Fedora 31 image The gmock libraries are referenced by GTest's CMake package files. While at it, also explicitly install gettext. It is installed already, but make it explicit for future testing of the FindGettext module. (cherry picked from commit 585cc7c9301ff474a40d7702ce429b93f474d44f) 13 November 2020, 13:37:03 UTC
86f196f Tests/FindBoost/TestPython: support finding 3.8 and 3.9 12 November 2020, 22:55:31 UTC
6a83417 clang-tidy: ignore new warnings from newer versions These warnings can be fixed in the future, but are ignored for now. 12 November 2020, 22:55:31 UTC
d2b648e clang-tidy: ignore `misc-no-recursion` CMake has intentional recursion in its codebase, so avoid warning about occurrences. 12 November 2020, 22:55:31 UTC
5ab75dd CPack/IFW: Locate the archivegen utility Fixes: #21427 12 November 2020, 20:22:53 UTC
3e2a2d1 Merge branch 'xcode-compiler-id-path' into release-3.18 Merge-request: !5506 12 November 2020, 17:24:00 UTC
bcbae3f Xcode: Extract CMAKE_<LANG>_COMPILER from compiler id with multiple archs When targeting a platform that supports multiple architectures, Xcode may choose to build all of them in our small compiler id project. Update the regex we use to extract the path to the compiler from the Xcode output to account for this. Fixes: #21425 12 November 2020, 17:20:34 UTC
9884903 Xcode: Default to arm64 arch on Apple Silicon hosts during compiler id In commit b6c60f14b6 (macOS: Default to arm64 architecture on Apple Silicon hosts, 2020-09-28, v3.19.0-rc1~63^2) we forgot to update the compiler id architecture selection added by commit 26673bf480 (Xcode: Explicitly specify default native architecture on macOS, 2020-07-16, v3.18.1~20^2). Issue: #21425 12 November 2020, 16:26:19 UTC
63ae96a CPack/IFW: Add support for QtIFW 4.0 installerbase v4.0 segfaults on macOS if you pass `--framework-version`, so re-order flags to try `--version` first. Fixes: #21426 12 November 2020, 14:53:51 UTC
48645ca Help: MSVC now has C standard level flags 12 November 2020, 14:41:24 UTC
d579c41 Merge topic 'FindPython-version-range-fix-tests' into release-3.19 a00603af0b FindPython: Fix version range tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5497 12 November 2020, 14:10:53 UTC
d8aaa06 Merge topic 'FindRuby-vs-runtimes' into release-3.19 d4a16427e2 FindRuby: Consider more VS runtime suffix combinations Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5486 12 November 2020, 14:09:52 UTC
e23f9d8 Merge topic 'envvar_versions' into release-3.19 5934a6275c Help: Fix `.. versionadded` directives in environment variable docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5498 11 November 2020, 20:22:26 UTC
5934a62 Help: Fix `.. versionadded` directives in environment variable docs Many environment variables were documented late and got assigned wrong versions by the script. (The whole Help/envvar section was only added in 3.10). Issue: #19715 11 November 2020, 15:38:18 UTC
a00603a FindPython: Fix version range tests Tests must be successful when multiple versions are installed. 11 November 2020, 15:16:49 UTC
b120872 Merge topic 'ninja-cleandead-no-dyndep' into release-3.19 c5011399c5 Ninja: Avoid cleandead with dyndep bindings for Fortran module dependencies Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5490 11 November 2020, 14:34:16 UTC
6f61b59 Merge topic 'android-abi' into release-3.19 a585b75df9 Android: Use NDK_KNOWN_DEVICE_ABI{32,64}S instead of NDK_DEFAULT_ABIS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5488 11 November 2020, 14:33:02 UTC
7791f16 Merge topic 'get_filename_component-clarification' into release-3.19 c0e05671d3 Help/get_filename_component: clarify NAME_W[L]E summaries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5489 11 November 2020, 14:31:55 UTC
d4a1642 FindRuby: Consider more VS runtime suffix combinations These are needed to find recent Ruby versions for builds using recent VS versions. Fixes: #21066 11 November 2020, 13:30:42 UTC
c501139 Ninja: Avoid cleandead with dyndep bindings for Fortran module dependencies The Ninja `cleandead` tool does not account for implicit outputs discovered by `dyndep` bindings and can remove Fortran `.mod` files that are still needed. Disable the `cleandead` step when using `dyndep` bindings. Fixes: #21406 10 November 2020, 20:16:28 UTC
a585b75 Android: Use NDK_KNOWN_DEVICE_ABI{32,64}S instead of NDK_DEFAULT_ABIS Revise logic from commit 1ab574a0f4 (Android: Add support for NDK r22, 2020-10-07, v3.19.0-rc1~18^2) that loads ABI tables from the NDK. `NDK_DEFAULT_ABIS` means the abis to build by default. Use `NDK_KNOWN_DEVICE_ABI{32,64}S` instead. In practise they have never been different. Fix to make it more precise. 10 November 2020, 19:05:36 UTC
c0e0567 Help/get_filename_component: clarify NAME_W[L]E summaries There was an ambiguity in the wording with the meaning of "or" typically meaning exclusive-or in prose. Instead, ensure that the easiest parsing is clear that the directory part is always removed. 10 November 2020, 15:06:24 UTC
0d182c0 Merge topic 'python3.10' into release-3.19 bb2ebbf241 FindPython{Interp,Libs}: Add support for version 3.10 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5482 10 November 2020, 14:40:54 UTC
bb2ebbf FindPython{Interp,Libs}: Add support for version 3.10 Extend the change from commit 23cd98a66a (FindPython: Add support of version 3.10, 2020-10-16, v3.19.0-rc2~25^2) to cover the legacy `FindPython{Interp,Libs}` modules too. 09 November 2020, 16:44:13 UTC
b754896 Merge topic 'doc-html-lang' into release-3.19 f25e4313ac Utilities/Sphinx: Tell Sphinx that documentation is written in English Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5480 09 November 2020, 15:51:08 UTC
f25e431 Utilities/Sphinx: Tell Sphinx that documentation is written in English Fixes: #21409 09 November 2020, 15:15:35 UTC
7a04f45 CMake 3.19.0-rc3 06 November 2020, 14:19:57 UTC
b80e39d Merge topic 'apple-v4-tbd-file-arch-lookup' into release-3.19 4c6797e03e Apple: Update SDK architecture detection for tbd file version 4 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5470 06 November 2020, 12:58:54 UTC
dd8c91a Merge topic 'cmake-gui-file-dialog-crash' into release-3.19 5f782119c8 cmake-gui: Restore workaround for crash in file dialog Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5472 06 November 2020, 12:57:51 UTC
0adaed6 Merge topic 'FindPostgreSQL-13' into release-3.19 f3f09f1c96 FindPostgreSQL: support version 13 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5468 06 November 2020, 12:55:47 UTC
a775a6a Merge topic 'xcode-inherit-paths' into release-3.19 bffb17be3d Xcode: Inherit target library and framework search paths from project Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5463 06 November 2020, 12:43:03 UTC
10b3624 Merge topic 'help_ctest_cuda_memcheck' into release-3.19 e620bb7293 Help: Add cuda-memcheck to CTest documentation fb98883e2b CTest: Add cuda-memcheck to Dart and CTest module Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5469 06 November 2020, 10:50:52 UTC
5f78211 cmake-gui: Restore workaround for crash in file dialog In commit ce9dbceb42 (QtDialog: remove Qt4-only code, 2020-06-02, v3.19.0-rc1~712^2~1) we removed an event filter that was thought to be necessary only as a workaround for a bug in Qt. However, that bug was fixed in Qt 4.5, and the file dialog still crashes as of Qt 5.14 without the filter. Restore the workaround pending further investigation. Fixes: #21400 05 November 2020, 19:50:45 UTC
4c6797e Apple: Update SDK architecture detection for tbd file version 4 Extend the `.tbd` parsing from commit 170e598add (iOS: Fix detection of supported SDK architectures, 2020-04-16, v3.17.2~11^2) to support `.tbd` file version 4. 05 November 2020, 15:21:23 UTC
e620bb7 Help: Add cuda-memcheck to CTest documentation Issue: #21388 05 November 2020, 15:05:01 UTC
fb98883 CTest: Add cuda-memcheck to Dart and CTest module Issue: #21388 05 November 2020, 15:04:44 UTC
f3f09f1 FindPostgreSQL: support version 13 05 November 2020, 12:59:45 UTC
bffb17b Xcode: Inherit target library and framework search paths from project Xcode has multiple levels of build settings with priority in descending order: 1. Target 2. Project 3. Workspace 4. SDK defaults `CMAKE_XCODE_ATTRIBUTE_*` path variables add these to project level, but linked frameworks and libraries override this in target level. Add the `$(inherited)` macro to keep both in the final list. Fixes: #21387 05 November 2020, 11:48:54 UTC
39f32f1 Merge topic 'cmake_path-deactivation' into release-3.19 1c912056a1 cmake_path: remove new command from 3.19 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5459 04 November 2020, 13:15:47 UTC
1c91205 cmake_path: remove new command from 3.19 Defer adding this command until post-3.19 development so that it has more time to mature before being included in a release. Issue: #21385 03 November 2020, 14:55:35 UTC
855bdc5 Merge topic 'cmake-presets-no-path-arg-warning' into release-3.19 cb2d01c182 CMakePresets.json: Don't warn if no path argument is given Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5455 03 November 2020, 12:24:25 UTC
37d75e5 Merge topic 'fix-cuda-qnx' into release-3.19 0832516bec Help: Add 3.19 release note about CUDA support on QNX bcdd486bf7 CUDA: Enable support on QNX Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Merge-request: !5446 03 November 2020, 12:22:54 UTC
15578c4 Merge topic 'doc-cpack-pre-post-scripts' into release-3.19 b77dfa441f Help: Clarify variables specifying scripts to execute during packaging Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Turbov <i.zaufi@gmail.com> Merge-request: !5454 03 November 2020, 09:21:15 UTC
b77dfa4 Help: Clarify variables specifying scripts to execute during packaging Relates: #19077 03 November 2020, 09:11:38 UTC
cb2d01c CMakePresets.json: Don't warn if no path argument is given If --preset is specified with no path argument, use the current directory as the source directory, the preset's binaryDir as the binary directory, and don't issue the standard warning for no path specified. Fixes: #21386 02 November 2020, 14:46:08 UTC
81e2796 Merge topic 'FindBoost-config-mode' into release-3.19 685fa8bec0 FindBoost: Avoid leaking internal Boost_ROOT setting Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5445 02 November 2020, 14:43:33 UTC
0832516 Help: Add 3.19 release note about CUDA support on QNX 02 November 2020, 14:39:36 UTC
bcdd486 CUDA: Enable support on QNX This fixes the following two issues with the CUDA support on QNX: * cuda target name is not derived correctly (should be `aarch64-qnx`). * linking `cudart` must not be linked against `rt`, `dl`, `pthread`. This enables to use cmake's native cuda support on QNX. Fixes: #21381 02 November 2020, 14:39:36 UTC
013c413 Merge topic 'CheckSourceRuns-compatibility' into release-3.19 a524bf3aa7 CheckSourceRuns: do not fail on unrecognized arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5426 30 October 2020, 13:51:35 UTC
685fa8b FindBoost: Avoid leaking internal Boost_ROOT setting Since commit 4b2a61946f (FindBoost: Honor BOOST_ROOT when finding upstream BoostConfig, 2020-10-22, v3.19.0-rc2~14^2) we accidentally leak our internal setting of `Boost_ROOT`. Revise the logic to unset our temporary value. Fixes: #21379 30 October 2020, 13:42:43 UTC
604fa62 Merge topic 'string-json-doc-update' into release-3.19 49fce3373b Help: Clarify string(JSON) error handling Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5427 30 October 2020, 11:15:40 UTC
a524bf3 CheckSourceRuns: do not fail on unrecognized arguments The old `check_X_source_runs` modules did not verify the arguments, so we cannot start doing it now. Downgrade the hard error introduced in commit 357e2ef429 (CheckSoureRuns: Add a unified way to check if a source runs, 2020-09-14) via !5223 into a noisy warning. 28 October 2020, 19:06:02 UTC
49fce33 Help: Clarify string(JSON) error handling Closes: #21355 28 October 2020, 12:09:24 UTC
f506cc6 CMake 3.19.0-rc2 28 October 2020, 12:03:20 UTC
199247c Merge topic 'cmake-presets-help-flag' into release-3.19 c619be2784 ccmake: Don't list --preset in --help Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5428 28 October 2020, 11:47:37 UTC
f48e321 Merge topic 'cmake_path-update-doc' into release-3.19 ec5951e078 cmake_path: Enhance documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5425 28 October 2020, 11:43:37 UTC
fe31085 Merge topic 'cmake-gui-manual-argument' into release-3.19 ef03124237 CMake GUI: Add --browse-manual argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5417 28 October 2020, 11:37:07 UTC
1a5c95e Merge topic 'FindRuby-restore-VENDORLIB_DIR' into release-3.19 80e693152c Merge branch 'release-3.19' into FindRuby-restore-VENDORLIB_DIR 4c0ef57e8c FindRuby: Restore compatibility variable RUBY_VENDORLIB_DIR Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5434 28 October 2020, 11:27:49 UTC
15caa11 Merge topic 'xcode-fix-source-linking' into release-3.19 5dc23300b1 Xcode: Fix regression that automatically links libraries in source list Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5432 28 October 2020, 11:26:46 UTC
b79aadb Merge topic 'ci-config-sync' into release-3.19 e68d3e3b44 ci: update to Qt 5.15.1 d759c4310d ci: update to use CMake 3.18.4 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5433 27 October 2020, 16:32:42 UTC
80e6931 Merge branch 'release-3.19' into FindRuby-restore-VENDORLIB_DIR 27 October 2020, 16:25:41 UTC
a070565 Merge branch 'FindRuby-restore-VENDORLIB_DIR' into release-3.18 Merge-request: !5434 27 October 2020, 16:24:41 UTC
4c0ef57 FindRuby: Restore compatibility variable RUBY_VENDORLIB_DIR Since commit e672db628b (FindRuby: Rename variables to match case of module name, 2020-03-11, v3.18.0-rc1~546^2), the result variables named with the old `RUBY_` prefix are provided by compatibility code that maps from the new `Ruby_` prefix variables. This variable was accidentally left out. Fixes: #21369 27 October 2020, 16:18:05 UTC
ef03124 CMake GUI: Add --browse-manual argument 27 October 2020, 16:05:41 UTC
c619be2 ccmake: Don't list --preset in --help And show available options in cmake-gui. Fixes: #21313 27 October 2020, 14:29:24 UTC
e68d3e3 ci: update to Qt 5.15.1 27 October 2020, 13:49:07 UTC
d759c43 ci: update to use CMake 3.18.4 27 October 2020, 13:48:56 UTC
8d6a0b9 Merge topic 'cuda_vs_skip_computation' into release-3.19 dd77dec18d VS: Don't compute CUDA options unless necessary e9109dec36 Merge branch 'ninja-multi-per-config-sources' into release-3.18 7c0de4175b Merge branch 'cmake-E-cat-binary' into release-3.18 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5422 27 October 2020, 12:20:54 UTC
698851c Merge topic 'cmake-presets-path-arg' into release-3.19 b7d7eca66d CMakePresets.json: Rework how --preset argument is handled Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5416 27 October 2020, 11:33:45 UTC
3969c86 Merge branch 'cuda_vs_skip_computation' into release-3.18 Merge-request: !5422 27 October 2020, 11:32:37 UTC
dd77dec VS: Don't compute CUDA options unless necessary In the following scenario (with 3.18 policies): 1. A CXX target is created. 2. CUDA language is enabled. CMake 3.18 introduced CMP0104, which requires CUDA_ARCHITECTURES to be set. Because the CXX target was created before CUDA was enabled it wouldn't have it set. The Visual Studio generator would however end up computing CUDA compile options for the CXX target, which would result in a fatal error due to the policy violation. There doesn't seem to be a reason to do this for targets that don't actually use the CUDA language, so we can skip and generate the CXX target just fine. Fixes: #21341 27 October 2020, 11:29:01 UTC
5dc2330 Xcode: Fix regression that automatically links libraries in source list In commit e637744c51 (Xcode: Use "Link Binary With Libraries" to link any library, 2019-07-10, v3.19.0-rc1~494^2~1) we accidentally added all the library type files to "Link Binary With Libraries" build phase if they were passed in as source files. Revert that change as any actually linked libraries will be added to that build phase later in the `AddDependAndLinkInformation` call. Fixes: #21361 27 October 2020, 11:12:26 UTC
96ea613 Merge topic 'correct_msvc_cuda_flag_warning' into release-3.19 2b0d3c3524 CUDA: Use MSVC version to determine supported C++ standard levels Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5423 27 October 2020, 11:05:18 UTC
479a9df Merge topic 'check-module-name-conflicts' into release-3.19 d192918586 Modules: Do not implicitly add new functions via old Check Modules Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5424 27 October 2020, 11:02:49 UTC
374cca7 Merge topic 'ninja-multi-per-config-sources' into release-3.19 b8937a992b Merge branch 'release' into ninja-multi-per-config-sources d13bd6ec3d Ninja Multi-Config: Don't try to calculate dependencies for "all" Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !5430 27 October 2020, 10:59:57 UTC
e9109de Merge branch 'ninja-multi-per-config-sources' into release-3.18 Merge-request: !5430 26 October 2020, 20:14:00 UTC
b8937a9 Merge branch 'release' into ninja-multi-per-config-sources 26 October 2020, 19:43:57 UTC
d13bd6e Ninja Multi-Config: Don't try to calculate dependencies for "all" 26 October 2020, 19:37:04 UTC
2b0d3c3 CUDA: Use MSVC version to determine supported C++ standard levels Fixes: #21335 26 October 2020, 15:36:55 UTC
d192918 Modules: Do not implicitly add new functions via old Check Modules The conversion of Check<Lang>CompilerFlag, SourceCompiles, and SourceRuns over to the new functions has the possibility of breaking projects that had functions with those existing names. To reduce the possibility of collisions we now have all the legacy code call functions that start with `cmake_`, and users will need to explicitly include the new modules to get the non-prefixed versions Fixes: #21359 26 October 2020, 14:57:55 UTC
back to top