Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

CMakeLists.txt requires only CMake 3.16 but project options use policy from 3.18 #17

Description

@dholmes215

From this discussion on Discord: https://discord.com/channels/773320866993012746/954385320336556042/958776874895556698

A user encountered the error:

CMake Error at build/_deps/_project_options-src/src/PackageProject.cmake:4 (cmake_policy):
  Policy "CMP0103" is not known to this version of CMake.

That policy was added in CMake 3.18, but this project's main CMakeLists.txt uses cmake_minimum_required(VERSION 3.16).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions