SHA256
1
0
forked from pool/cmake

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

- Update to 3.25.1
  * Tests: Update FindBoost.TestPython for Python 3.11 and 3.12
  * try_compile: Restore COPY_FILE with
    CMAKE_TRY_COMPILE_CONFIGURATION
  * FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+

OBS-URL: https://build.opensuse.org/request/show/1039398
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=512
This commit is contained in:
2022-12-02 12:20:51 +00:00
committed by Git OBS Bridge
parent ba20a1022a
commit dcaedf6f38
8 changed files with 46 additions and 37 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 1 19:45:57 UTC 2022 - Christoph G <foss@grueninger.de>
- Update to 3.25.1
* Tests: Update FindBoost.TestPython for Python 3.11 and 3.12
* try_compile: Restore COPY_FILE with
CMAKE_TRY_COMPILE_CONFIGURATION
* FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+
-------------------------------------------------------------------
Thu Nov 17 05:37:38 UTC 2022 - Christoph G <foss@grueninger.de>