https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
b7d8c91 CMake 3.16.5 04 March 2020, 13:50:44 UTC
75d5232 Merge branch 'doc-rel-3.16-updates' into release-3.16 Merge-request: !4425 04 March 2020, 13:49:19 UTC
d25d8e9 Help: Update CMake 3.16 release notes for 3.16.5 27 February 2020, 13:52:52 UTC
4e6b14c Merge branch 'backport-3.16-FindPython-cache-cleanup' into release-3.16 1dc524f2 FindPython: Do not cache computed result variables in CMake 3.16 602d1d82 FindPython: Mark non-public cache entries INTERNAL in CMake 3.16 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4399 27 February 2020, 13:33:11 UTC
1dc524f FindPython: Do not cache computed result variables in CMake 3.16 Since commit 06d9e67fbd (FindPython: Add capability to specify directly artifacts, 2019-08-15, v3.16.0-rc1~157^2) we accidentally add the result variables `Python*_LIBRARY_RELEASE` and `Python*_LIBRARY_DEBUG` to the cache. They are always computed from other results and so should not be presented to users in cmake-gui and ccmake to edit. Issue: #20362 26 February 2020, 13:09:21 UTC
602d1d8 FindPython: Mark non-public cache entries INTERNAL in CMake 3.16 Since commit 06d9e67fbd (FindPython: Add capability to specify directly artifacts, 2019-08-15, v3.16.0-rc1~157^2) we accidentally expose cache entries named `_Python...` to users in cmake-gui and ccmake. Mark those entries as `INTERNAL` to hide them. Issue: #20362 26 February 2020, 13:09:16 UTC
ede4497 Merge branch 'FindPkgConfig-scope' into release-3.16 Merge-request: !4388 24 February 2020, 19:45:34 UTC
0aa91f9 Merge branch 'backport-cuda-non-device-link' into release-3.16 Merge-request: !4376 24 February 2020, 18:36:24 UTC
738f3f2 Ninja: Do not use nvcc response files with non-nvcc tools Since commit d91b5a72cd (Ninja: Add support for CUDA nvcc response files, 2019-05-30, v3.15.0-rc1~8^2) we use NVCC's `--options-file` option to avoid long link command lines via a response file. However, for non-device linking the host tools are used and the option does not make sense. Update the logic to use `--options-file` only for device linking. Linking with the host tools already has its own logic for response files. Fixes: #19954 24 February 2020, 18:31:33 UTC
c3e0d1f FindPkgConfig: set policies CMP0054 and CMP0057 to new One may encounter warnings if FindPkgConfig is used in any project, even indirectly, that has set any of these policies to old explicitely or requires an older version. 24 February 2020, 15:42:34 UTC
0f0d8f5 Merge branch 'backport-3.16-install-default-fix' into release-3.16 12 February 2020, 14:01:23 UTC
44a698c Merge branch 'release-3.15' into release-3.16 11 February 2020, 19:53:47 UTC
9442ae5 install: Fix regression when using default destinations In commit 9fc20a4f3e (install: Add sane set of defaults for DESTINATION and file type parameters, 2018-11-02, v3.14.0-rc1~410^2~1), a regression was introduced, in which an `install(TARGETS)` with a RUNTIME/LIBRARY/ARCHIVE DESTINATION but no PUBLIC_HEADER/PRIVATE_HEADER DESTINATION would then install the headers. The old behavior did not do this. Restore the old behavior. Fixes: #20326 11 February 2020, 13:34:16 UTC
37fa692 Merge branch 'backport-3.16-link-line-backtrace' into release-3.16 Merge-request: !4344 10 February 2020, 21:18:22 UTC
e756328 Propagate backtraces from LINK_LIBRARIES through to link line items Since commit d4d0dd0f6a (cmLinkLineComputer: Add ComputeLinkLibs overload with backtraces, 2019-09-13, v3.16.0-rc1~87^2~4), backtraces have been collected by `ComputeLinkLibs` by looking back through the link implementation libraries for one matching the text of the link line item. This is slow in projects with long link lines. Instead, teach `cmComputeLinkDepends` and `cmComputeLinkInformation` to carry backtrace information explicitly along with the text of each item. Fixes: #20322 10 February 2020, 21:11:38 UTC
3eae0aa Merge branch 'libarchive-win-codepage' into release-3.16 Merge-request: !4332 06 February 2020, 20:06:12 UTC
16e3152 libarchive: Add support for UTF-8 locale on Windows Backport libarchive upstream commit `c46e7993` (windows: Support UTF-8 locale, 2018-07-23, v3.4.0~105^2). Fixes: #20320 06 February 2020, 20:04:47 UTC
f7c54d2 libarchive: Fix WideCharToMultiByte output buffer size Fix `archive_string_append_from_wcs_in_codepage` to account for the already-used portion of the buffer when computing the size of the remaining buffer for ``WideCharToMultiByte` output. 06 February 2020, 20:04:47 UTC
44b8937 CMake 3.16.4 05 February 2020, 14:19:24 UTC
4b1a6a4 Merge topic 'vs-version-for-unity' into release-3.16 9135954e2f VS: Do not use native unity builds on VS 2017 versions less than 15.8 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4324 05 February 2020, 13:33:50 UTC
9135954 VS: Do not use native unity builds on VS 2017 versions less than 15.8 VS 2017 version 15.8 introduced support for unity builds implemented in part by the `$(VCTargetsPath)/Microsoft.Cpp.Unity.targets` file. Do not enable unity builds on VS 15 versions that do not have that file. Fixes: #20284 04 February 2020, 16:46:18 UTC
ebea30a CMake 3.15.7 04 February 2020, 14:02:13 UTC
24d57c2 Merge topic 'android-ndk-r19-binutils' into release-3.16 e3d3b7ddeb Android: Fix binutils selection with NDK r19+ unified toolchain Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4318 04 February 2020, 13:26:39 UTC
e3d3b7d Android: Fix binutils selection with NDK r19+ unified toolchain In commit 97bca2f9fa (Android: Use unified toolchain in NDK r19+, 2019-07-26, v3.16.0-rc1~342^2) we hard-coded use of the unified toolchain for NDK r19+ and skipped most of the old detection logic. However, in that fast path we left out setting `_CMAKE_TOOLCHAIN_PREFIX` for `CMakeFindBinutils` to select the matching binutils. Add it. Fixes: #20038 03 February 2020, 19:35:12 UTC
203abaf Merge topic 'aix-skip-exports' into release-3.16 a17f6eff43 AIX: Restore pre-3.16 undocumented method to suppress exports with XL Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4303 31 January 2020, 14:13:59 UTC
a17f6ef AIX: Restore pre-3.16 undocumented method to suppress exports with XL In commit 0f150b69d3 (AIX: Explicitly compute shared object exports for both XL and GNU, 2019-07-11, v3.16.0-rc1~418^2~2) we dropped use of the old `CMAKE_XL_CreateExportList` cache entry for XL exports. However, some people were setting the value to an empty string as a way to disable automatic export of symbols. Restore this behavior when the option is explicitly set to an empty string. Issue: #20290 30 January 2020, 16:38:17 UTC
f972b92 Merge topic 'vs-16.4-custom-command-inputs' into release-3.16 58b0674687 VS: Tell VS 16.4 not to verify SYMBOLIC custom command inputs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4297 29 January 2020, 15:36:40 UTC
3c5f003 Merge branch 'vs-16.4-custom-command-inputs' into release-3.15 Merge-request: !4297 28 January 2020, 18:59:27 UTC
58b0674 VS: Tell VS 16.4 not to verify SYMBOLIC custom command inputs Extend the fix from commit 0578239d3a (VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputs, 2019-09-23, v3.15.4~2^2) to apply to SYMBOLIC *inputs* too. This is needed when there is a chain of custom commands that use symbolic paths for ordering. Fixes: #20179 28 January 2020, 18:52:05 UTC
89ed119 Merge topic 'cpack-deb-fix-description' into release-3.16 baec299ecd CPack: Fix regression in Deb description Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4271 27 January 2020, 14:27:36 UTC
baec299 CPack: Fix regression in Deb description Fixes: #20254 24 January 2020, 13:50:43 UTC
7458892 Merge topic 'get-runtime-dependencies-keyword-args' into release-3.16 4c8a917a87 file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4262 23 January 2020, 15:02:44 UTC
70adbc0 Merge topic 'findmpi-documentation' into release-3.16 95a501addb Help: Add more variable documentation to FindMPI Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4263 23 January 2020, 15:01:56 UTC
95a501a Help: Add more variable documentation to FindMPI 22 January 2020, 19:46:09 UTC
4c8a917 file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list arguments Also list all keywords that were missing values instead of only the first one. 22 January 2020, 18:05:46 UTC
39c357b Merge topic 'msvc-runtime-library-masm' into release-3.16 1421005835 ASM_MASM: Populate MSVC runtime library abstraction table Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4257 22 January 2020, 14:17:41 UTC
99e1be5 Merge branch 'msvc-runtime-library-masm' into release-3.15 Merge-request: !4257 21 January 2020, 17:55:36 UTC
1421005 ASM_MASM: Populate MSVC runtime library abstraction table In commit fb3370b6a1 (MSVC: Add abstraction for runtime library selection, 2019-04-10, v3.15.0-rc1~229^2) we overlooked populating the runtime library selection flags for the Microsoft assembler. It does not actually have any such flags, but since its compiler id is `MSVC` our generators expect the table to be populated. Use empty values. Without this fix, enabling the `ASM_MASM` language with policy `CMP0091` set to `NEW` causes an error due to the missing table entries. Fixes: #20236, #19453 21 January 2020, 17:54:50 UTC
21e60da CMake 3.16.3 21 January 2020, 15:17:47 UTC
bcb0816 Merge topic 'InstallRequiredSystemLibraries-redist' into release-3.16 7ca923bcaf IRSL: Install msvcp140_{1,2,codecvt_ids}.dll if available Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Andrey Vihrov <andrey.vihrov@gmail.com> Merge-request: !4247 21 January 2020, 14:15:17 UTC
a3f9a9a Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.15 Merge-request: !4247 20 January 2020, 18:22:22 UTC
7ca923b IRSL: Install msvcp140_{1,2,codecvt_ids}.dll if available VS now distributes these additional runtime libraries. Install them if available. Fixes: #20228 20 January 2020, 18:19:56 UTC
b168d8e Merge topic 'autogen_rcc_skip_unity' into release-3.16 086d9b2bab Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated files Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cristian Adam <cristian.adam@gmail.com> Merge-request: !4237 20 January 2020, 16:54:13 UTC
582cc71 Merge topic 'pch-msvc-no-path-repetition' into release-3.16 07fe1bcd4e PCH: No repeated path for internal generated PCH files (MSVC case) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4236 19 January 2020, 20:10:17 UTC
086d9b2 Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated files `rcc` generated files are not compatible with unity builds, because they contain classes in anonymous namespaces and static data with identical names. This patch sets the source file property `SKIP_UNITY_BUILD_INCLUSION` to `On` on all `AUTORCC` generated files to exclude them from unity build files. Fixes: #20191 "QT5: Exclude resource files from unity build" 17 January 2020, 14:48:35 UTC
4c907ea Merge topic 'findopenssl-dependencies-link-order' into release-3.16 d2880aaa06 FindOpenSSL: Fix ordering of dependency link flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4235 17 January 2020, 14:25:23 UTC
07fe1bc PCH: No repeated path for internal generated PCH files (MSVC case) Fixes: #19952 16 January 2020, 16:05:05 UTC
8cd35ba Merge topic 'nag-submodule' into release-3.16 f7f60ddcf9 Fortran: Add support for NAG Fortran submodules Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4229 16 January 2020, 15:56:02 UTC
d2880aa FindOpenSSL: Fix ordering of dependency link flags Fixes: #20082, #20224 16 January 2020, 15:53:19 UTC
f7f60dd Fortran: Add support for NAG Fortran submodules They use a `.sub` extension. Fixes: #20220 15 January 2020, 19:12:22 UTC
3b3f247 Merge topic 'unity-lang-filename' into release-3.16 274a6f3699 Unity Build: include language in generated source file name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4223 15 January 2020, 18:37:33 UTC
f0986f6 Merge topic 'python39' into release-3.16 f6474214b3 FindPython: Add support for version 3.9 Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Marc Chevrier <marc.chevrier@gmail.com> Acked-by: Björn Esser <besser82@fedoraproject.org> Merge-request: !4225 15 January 2020, 18:36:35 UTC
f647421 FindPython: Add support for version 3.9 Development versions of Python 3.9.0 are already out there. See PEP 596 -- Python 3.9 Release Schedule: https://www.python.org/dev/peps/pep-0596/ 14 January 2020, 20:02:19 UTC
274a6f3 Unity Build: include language in generated source file name Fixes: #20206 14 January 2020, 17:48:08 UTC
e74049b Merge topic 'vs-Fortran-link-flags' into release-3.16 a3c827b2ea VS: Add Fortran link flag table entries for /OPT:* Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4210 14 January 2020, 14:01:21 UTC
e6c5bed Merge topic 'FindMatlab-r2019' into release-3.16 edb6fe3b6a FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4207 14 January 2020, 13:57:18 UTC
789bbcd Merge topic 'FindMatlab-only-CXX' into release-3.16 b704d58f41 FindMatlab: in matlab_add_mex use the correct version file Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Patrik Huber <patrikhuber@gmail.com> Merge-request: !4206 14 January 2020, 13:55:57 UTC
a3c827b VS: Add Fortran link flag table entries for /OPT:* Fixes: #20190 13 January 2020, 16:14:00 UTC
b704d58 FindMatlab: in matlab_add_mex use the correct version file Before this modification, the c_mexapi_version.c file was added to all mex libraries. However, if the C language was not enabled in the CMake project configuration, the c_mexapi_version.c file was ignored, creating linking errors in Windows and macOS. This commit ensures that in the case only the CXX languages is enabled, the correct version is passed. Fixes: #19382 13 January 2020, 15:52:57 UTC
edb6fe3 FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPING Reference for versions: https://www.mathworks.com/products/compiler/matlab-runtime.html Fixes: #20087 13 January 2020, 15:45:54 UTC
e8462a1 Merge topic 'fix-cpack-deb-description-file' into release-3.16 d491f34a5e CPack: Fix regression in DEB generator description Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4204 13 January 2020, 15:23:26 UTC
b1a9d49 Merge topic 'objc-visibility-inlines' into release-3.16 7347e2f830 ObjC: Add VISIBLITY_INLINES_HIDDEN support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4199 13 January 2020, 15:22:06 UTC
01b43e8 Merge topic 'macOS-Xcode-11-frameworks' into release-3.16 fcde42751a FindPython: ensure new Xcode framework for Python3 is detected dd7b741b81 macOS: Add support for new Xcode 11 frameworks directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4198 13 January 2020, 15:20:58 UTC
d491f34 CPack: Fix regression in DEB generator description Fixes: #20102 10 January 2020, 22:22:52 UTC
9fa8b7d Merge topic 'cuda-device-link-only-cuda' into release-3.16 7ffa42288e Merge branch 'backport-3.15-cuda-device-link-only-cuda' 071c4f1a2a CUDA: Do not device link if target has no CUDA usage Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4191 10 January 2020, 18:21:12 UTC
a7fc5df Merge topic 'GNUtoMS-vs2019' into release-3.16 08c5b3eff0 GNUtoMS: Add search path for VS 2019 environment scripts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4197 10 January 2020, 18:20:03 UTC
213b03d Merge topic 'objc-compiler-launcher' into release-3.16 a05b9d4239 ObjC: Add _COMPILE_LAUNCHER support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4189 10 January 2020, 18:18:35 UTC
7347e2f ObjC: Add VISIBLITY_INLINES_HIDDEN support Fixes: #20193 10 January 2020, 15:31:27 UTC
fcde427 FindPython: ensure new Xcode framework for Python3 is detected 10 January 2020, 12:48:39 UTC
dd7b741 macOS: Add support for new Xcode 11 frameworks directory Update CMAKE_SYSTEM_FRAMEWORK_PATH with new Xcode 11 frameworks directory 10 January 2020, 12:48:39 UTC
08c5b3e GNUtoMS: Add search path for VS 2019 environment scripts Extend the logic from commit abe8a623d9 (GNUtoMS: Add search path for VS 2017 environment scripts, 2017-05-19, v3.8.2~1^2) to consider VS 2019 paths too. Fixes: #20162 09 January 2020, 21:56:30 UTC
a05b9d4 ObjC: Add _COMPILE_LAUNCHER support Fixes: #20178 09 January 2020, 16:35:23 UTC
c89a696 Merge branch 'backport-3.15-cuda-device-link-only-cuda' into release-3.15 Merge-request: !4191 09 January 2020, 16:19:30 UTC
7ffa422 Merge branch 'backport-3.15-cuda-device-link-only-cuda' 09 January 2020, 16:13:51 UTC
68537b8 Merge branch 'release-3.15' into release-3.16 09 January 2020, 16:10:32 UTC
071c4f1 CUDA: Do not device link if target has no CUDA usage When CUDA is enabled, and a pure non-CUDA target has CMAKE_CUDA_SEPARABLE_COMPILATION enabled, don't actually perform the device linking step, as it will fail. A target that has CMAKE_CUDA_SEPARABLE_COMPILATION enabled must also have CUDA usage (either itself, or something it links to). Fixes: #20182 09 January 2020, 16:02:17 UTC
6841059 Merge topic 'ctest-resource-allocation-spec-message' into release-3.16 b393b32b4b CTest: Improve error handling when reading resource spec file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4162 29 December 2019, 00:02:59 UTC
b393b32 CTest: Improve error handling when reading resource spec file Fixes: #20079 27 December 2019, 15:53:52 UTC
51cc3f1 Merge topic 'FindPython-Fix-target-properties' into release-3.16 fe280e0cda FindPython*: Fix erroneous target properties setting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !4154 20 December 2019, 17:57:07 UTC
fe280e0 FindPython*: Fix erroneous target properties setting Property IMPORTED_CONFIGURATIONS for targets Python*::Python and Python*::Module is not correctly set. 19 December 2019, 18:42:24 UTC
512ab50 CMake 3.16.2 19 December 2019, 14:54:31 UTC
f9ee055 Merge topic 'autogen-no-hh' into release-3.16 7fa7f55230 Autogen: Revert processing of .hh files for compatibility Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4146 19 December 2019, 14:52:33 UTC
4126784 Merge topic 'test-resource-spec-init-lists' into release-3.16 e8dbe4bba1 Tests: Fix testCTestResourceSpec struct initialization for some compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Michael Dickens <michael.dickens@ettus.com> Merge-request: !4141 19 December 2019, 14:51:53 UTC
118f7ef Merge topic 'FindLAPACK-in-blas' into release-3.16 930f204b68 FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4144 18 December 2019, 14:33:21 UTC
62475f7 Merge topic 'FindBoost-1.72' into release-3.16 e51232b739 FindBoost: Add support for Boost 1.72 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4143 18 December 2019, 14:32:41 UTC
930f204 FindLAPACK: Fix support for LAPACK symbols inside BLAS libraries Fix the condition added by commit 68dcbeee01 (FindLAPACK: Test for implicitly linked LAPACK libraries, 2019-06-11, v3.16.0-rc1~560^2) to use BLAS libraries if they are sufficient with no dedicated LAPACK libraries. Fixes: #20099 18 December 2019, 10:51:50 UTC
e8dbe4b Tests: Fix testCTestResourceSpec struct initialization for some compilers Some compilers do not like the nested `{{{}}}` member initialization syntax, so use just `{}`. GCC 4.8 warns about the latter, so add a suppression. Fixes: #20097 18 December 2019, 10:45:08 UTC
7fa7f55 Autogen: Revert processing of .hh files for compatibility Since commit 4a9154537c (Autogen: Use cmake::IsHeader/SourceExtension for file type detection, 2019-07-02, v3.16.0-rc1~470^2~4) we process `.hh` files with `AUTOMOC`. However, this change can break existing projects that do not expect the behavior. Revert it for now. It can be restored later via a policy. Fixes: #20101 18 December 2019, 10:34:27 UTC
e51232b FindBoost: Add support for Boost 1.72 Run `Utilities/Scripts/BoostScanDeps.cmake` with the Boost 1.72.0 sources to compute dependencies. Fixes: #20100 17 December 2019, 15:37:06 UTC
5b43aa7 CMake 3.15.6 16 December 2019, 15:21:27 UTC
dfbe810 Merge topic 'pch-force-include' into release-3.16 c5c218fa0d PCH: Append pch header file to list of forced include files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4135 16 December 2019, 15:04:03 UTC
e3059f7 Merge topic 'FindBLAS-OpenBLAS-thread' into release-3.16 d1e111d166 FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4134 13 December 2019, 15:36:35 UTC
c55b4b4 Merge topic 'backport-3.16-vs-v142-version' into release-3.16 2f853eec3d Merge branch 'backport-3.15-vs-v142-version' into backport-3.16-vs-v142-version d8d4924d98 VS: Fix support for v142 toolset minor versions in VS 16.5+ 07612646fe VS: Fix support for v142 toolset minor versions in VS 16.5+ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4133 13 December 2019, 15:31:41 UTC
c5c218f PCH: Append pch header file to list of forced include files Fixes: #20088 13 December 2019, 14:21:27 UTC
d71591d Merge branch 'FindBLAS-OpenBLAS-thread' into release-3.15 Merge-request: !4134 12 December 2019, 17:13:10 UTC
d1e111d FindBLAS: Consider OpenBLAS with thread libraries only with C or CXX The check added by commit 276b56f01c (FindBLAS: Add second try for OpenBLAS with thread libraries., 2019-06-07, v3.15.0-rc2~5^2) can work only when C or CXX is enabled. Fixes: #20092 12 December 2019, 17:10:47 UTC
b3a536e Merge branch 'backport-3.15-vs-v142-version' into release-3.15 Merge-request: !4133 12 December 2019, 16:38:15 UTC
2f853ee Merge branch 'backport-3.15-vs-v142-version' into backport-3.16-vs-v142-version 12 December 2019, 16:34:33 UTC
d8d4924 VS: Fix support for v142 toolset minor versions in VS 16.5+ The fix in commit 5117389931 (VS: Fix support for v142 toolset minor versions, 2019-10-01, v3.16.0-rc1~32^2) worked around a bug in VS's placement of toolset files. VS 16.5 will fix that bug and restore the original pattern for locations of toolset files. Update our logic to look for both possibilities. Issue: #19779 12 December 2019, 16:28:34 UTC
0761264 VS: Fix support for v142 toolset minor versions in VS 16.5+ The fix in commit 5117389931 (VS: Fix support for v142 toolset minor versions, 2019-10-01, v3.15.5~6^2) worked around a bug in VS's placement of toolset files. VS 16.5 will fix that bug and restore the original pattern for locations of toolset files. Update our logic to look for both possibilities. Issue: #19779 12 December 2019, 16:25:42 UTC
back to top