Opened 4 years ago

Closed 4 years ago

#13866 closed enhancement (fixed)

cmake-3.18.1

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (5)

comment:1 by Douglas R. Reno, 4 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 4 years ago

Summary: cmake-3.18,1cmake-3.18.1

Adjust summary

comment:3 by Douglas R. Reno, 4 years ago

    The Xcode generator, when CMAKE_OSX_ARCHITECTURES is not defined, now selects $(NATIVE_ARCH_ACTUAL) as the default architecture (the Xcode ARCHS setting). This is needed for Xcode 12 to select the host’s architecture, which older versions of Xcode did by default.

    In CMake 3.18.0 the add_test() command learned to support special characters in test names. This was accidentally left out of its release notes. Unfortunately the fix breaks existing projects that were using manual quoting or escaping to work around the prior limitation. This fix has been reverted in 3.18.1, but may be re-introduced in future versions of CMake with a policy for compatibility.

comment:4 by Douglas R. Reno, 4 years ago

The test suite fix seems to have been reverted.

I'll make sure that the Qt5 UI works still before submitting this. I believe that the patch was committed upstream though.

comment:5 by Douglas R. Reno, 4 years ago

Resolution: fixed
Status: assignedclosed

The Qt5 UI fix is no longer necessary.

Fixed at r23448

Note: See TracTickets for help on using tickets.