Skip to content

CMake: Remove Old Version Policy #76

Open
@ax3l

Description

@ax3l

The setting cmake_policy(SET CMP0048 OLD) in CMake files should be removed and logic be updated according to the new policy.

It warns on current CMake 3.11.4:

CMake Deprecation Warning at isaac-1.4.0/lib/cmake/ISAAC/ISAACConfig.cmake:20 (cmake_policy):
  The OLD behavior for policy CMP0048 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions