Opened 3 years ago

Closed 3 years ago

#14395 closed enhancement (fixed)

cmake-3.19.2

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 3 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 3 years ago

3.19.2

The precompiled macOS binary provided on cmake.org is now a universal binary with x86_64 and arm64 architectures. It requires macOS 10.10 or newer. The package file naming pattern has been changed from cmake-$ver-Darwin-x86_64 to cmake-$ver-macos-universal.

Apple Silicon host architecture selection support was updated. CMake 3.19.0 and 3.19.1 always chose arm64 as the host architecture. CMake 3.19.2 returns to using uname -m as CMake 3.18 and below did. Since this may vary based on CMake’s own architecture and that of the invoking process tree, the CMAKE_APPLE_SILICON_PROCESSOR variable or CMAKE_APPLE_SILICON_PROCESSOR environment variable may be set to specify a host architecture explicitly.

The CMAKE_ISPC_HEADER_SUFFIX variable and corresponding ISPC_HEADER_SUFFIX target property were added to control the header suffix used by ISPC compiler generated headers.

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23998.

Note: See TracTickets for help on using tickets.