Branch: refs/heads/webkitglib/2.54
  Home:   https://github.com/WebKit/WebKit
  Commit: 5d013e57c4c4e2674e28399fc162afa3adf25283
      
https://github.com/WebKit/WebKit/commit/5d013e57c4c4e2674e28399fc162afa3adf25283
  Author: Michael Catanzaro <[email protected]>
  Date:   2026-09-17 (Thu, 17 Sep 2026)

  Changed paths:
    M Source/bmalloc/mimalloc/CMakeLists.txt

  Log Message:
  -----------
  Cherry-pick 321339@main (a306abc2c06c). 
https://bugs.webkit.org/show_bug.cgi?id=324458

    REGRESSION(305908@main): bmalloc installs mimalloc as a system library
    https://bugs.webkit.org/show_bug.cgi?id=324458

    Reviewed by Yusuke Suzuki.

    Currently, bmalloc installs mimalloc as a "system" library, albeit one
    with an object file rather than a usual shared library. There are
    installed header files, pkg-config files, and even CMake files.

    Fix this by using CMake's EXCLUDE_FROM_ALL feature. The install targets
    are no longer enabled by default. Now only the targets that we actually
    use, and their dependencies, are built.

    Unfortunately this requires a newer version of CMake than we have
    available, but I didn't want to bump the minimum required because
    mimalloc is a very rarely-used configuration.

    Canonical link: https://commits.webkit.org/321339@main

Canonical link: https://commits.webkit.org/317695.336@webkitglib/2.54



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to