Skip to content

Windows port documentation errata for choco install cmake #129

@citkane

Description

@citkane

For the Windows port documentation:

choco install -y xampp-81 python311 ruby git cmake gperf llvm ninja

cmake >= 4 is installed by this command, which is incompatible with the downstream vcpkg woff2:
"WebKitBuild/Release/vcpkg_installed/vcpkg/blds/woff2/src/v1.0.2-69d515c840.clean/CMakeLists.txt:10"

cmake_minimum_required(VERSION 2.8.6)

causes:

CMake Error at CMakeLists.txt:10 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

Downgrading to cmake 3.23 resolves the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions