Skip to content

Latest commit

 

History

History
417 lines (314 loc) · 17.5 KB

3.8.rst

File metadata and controls

417 lines (314 loc) · 17.5 KB

CMake 3.8 Release Notes

.. only:: html

  .. contents::

Changes made since CMake 3.7 include the following.

New Features

Languages

C#

CUDA

C & C++

Platforms

  • A new minimal platform file for Fuchsia was added.

Generators

Commands

Variables

Properties

Modules

CTest

CPack

Other

  • CMake functionality using cryptographic hashes now supports SHA-3 algorithms.
  • A new generator expression $<IF:cond,true-value,false-value> was added. It resolves to the true-value if the condition is 1 and resolves to the false-value if the condition is 0.

Deprecated and Removed Features

Other Changes