SHA256
1
0
forked from pool/cmake

Accepting request 557605 from home:mathletic:branches:devel:tools:building

- Update to version 3.10.1
  * Fixes to FindMPI and GoogleTest

OBS-URL: https://build.opensuse.org/request/show/557605
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=305
This commit is contained in:
Martin Pluskal
2017-12-16 16:21:35 +00:00
committed by Git OBS Bridge
parent 2e14477ad4
commit a3a38904b4
10 changed files with 52 additions and 32 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Dec 16 07:16:40 UTC 2017 - foss@grueninger.de
- Update to 3.10.1
* CUDA: Treat /usr/include as an implicit include directory
* FindMPI: Correct legacy variable handling, Fix multiple configure
runs, Fix various legacy problems
* IAR: FindBinUtils should work for CXX as well as C
* GoogleTest: Fix multiple discovery on same target, Improve
gtest_discover_tests messages, Add timeout to discovery,
Add test for missing test executable
* Do not mistake clang-cl 6.0 for GNU-like clang
full changelog: https://blog.kitware.com/cmake-3-10-1-available-for-download/
-------------------------------------------------------------------
Tue Nov 28 21:46:30 UTC 2017 - foss@grueninger.de