Opened 5 years ago

Closed 5 years ago

#12325 closed enhancement (fixed)

cmake-3.15.1

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

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

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

comment:2 by Bruce Dubbs, 5 years ago

Updates

Changes made since CMake 3.15.0 include the following.

  • In CMake 3.15.0 support for the GNU-like Clang compiler targeting the MSVC ABI implemented CMAKE_CXX_STANDARD values 98 and 11 using the corresponding -std= flags. However, these modes do not work with the MSVC standard library. Therefore CMake 3.15.1 passes C++14 standard flags even for C++98 and C++11. This is consistent with MSVC itself which always runs in a mode aware of C++14.
  • Preliminary Swift support added in 3.15.0 has been updated.

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 21876.

Note: See TracTickets for help on using tickets.