Re: [ANNOUNCE] CMake 3.16.6 available for download

2020-05-27 Thread Robert Maynard
The subject should have been 3.16.7 has been released :(

On Wed, May 27, 2020 at 11:15 AM Robert Maynard
 wrote:
>
> We are pleased to announce that CMake 3.16.7 is now available for download.
>
> Please use the latest release from our download page:
>   https://cmake.org/download/
>
> Thanks for your support!
>
> -
> Changes in 3.16.7 since 3.16.6:
>
> Brad King (14):
>   AIX: Activate symbol export/import IBM i (OS400)
>   target_precompile_headers: Fix documented example using genex
>   Makefiles: Scan Objective C/C++ preprocessor dependencies
>   Makefiles: Add Objective C/C++ compilations to compile_commands.json
>   CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILER
>   FindGTK2: Add harfbuzz target for dependency from pango
>   VS: Fix using PCH from source with COMPILE_OPTIONS
>   MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and above
>   Help: Document OBJC and OBJCXX env vars for Objective C/C++ compilers
>   Objective C/C++: Honor CC and CXX env vars to select compiler
>   cmGeneratorTarget: Clear AllConfigSources in ClearSourcesCache
>   Help: Add 3.16.7 release note for FindPkgConfig '-isystem' fix
>   VS: Restore .sln support for VS Version Selector
>   CMake 3.16.7
>
> Chuck Atkins (1):
>   FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPI
>
> Rolf Eike Beer (1):
>   FindPkgConfig: also handle "-isystem" prefixes for include directories


[ANNOUNCE] CMake 3.16.6 available for download

2020-05-27 Thread Robert Maynard
We are pleased to announce that CMake 3.16.7 is now available for download.

Please use the latest release from our download page:
  https://cmake.org/download/

Thanks for your support!

-
Changes in 3.16.7 since 3.16.6:

Brad King (14):
  AIX: Activate symbol export/import IBM i (OS400)
  target_precompile_headers: Fix documented example using genex
  Makefiles: Scan Objective C/C++ preprocessor dependencies
  Makefiles: Add Objective C/C++ compilations to compile_commands.json
  CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILER
  FindGTK2: Add harfbuzz target for dependency from pango
  VS: Fix using PCH from source with COMPILE_OPTIONS
  MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and above
  Help: Document OBJC and OBJCXX env vars for Objective C/C++ compilers
  Objective C/C++: Honor CC and CXX env vars to select compiler
  cmGeneratorTarget: Clear AllConfigSources in ClearSourcesCache
  Help: Add 3.16.7 release note for FindPkgConfig '-isystem' fix
  VS: Restore .sln support for VS Version Selector
  CMake 3.16.7

Chuck Atkins (1):
  FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPI

Rolf Eike Beer (1):
  FindPkgConfig: also handle "-isystem" prefixes for include directories


[ANNOUNCE] CMake 3.16.6 available for download

2020-04-10 Thread Robert Maynard
We are pleased to announce that CMake 3.16.6 is now available for download.

Please use the latest release from our download page:
  https://cmake.org/download/

Thanks for your support!

-
Changes in 3.16.6 since 3.16.5:

Brad King (4):
  Makefiles: Fix silencing of nested calls for GNU make 4.3
  target_link_libraries: Fix regression in case of $ genex
  AIX: Install ExportImportList script with execute permission
  CMake 3.16.6

Err0rC0deX (1):
  GetPrerequisites: Classify vcruntime libraries as system

Jesse Gorzinski (1):
  libuv: Add support for building on IBM i (OS400)

Marc Chevrier (1):
  FindPython: fix handling when FIND_VIRTUALENV == FIRST

Saleem Abdulrasool (1):
  Swift: Fix quoting of library search paths with spaces

ThePrez (1):
  cmstd: Remove -isystem option for IBM i (OS400)