All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Horatiu Vultur <horatiu.vultur@microchip.com>
Cc: buildroot <buildroot@buildroot.org>,
	Samuel Martin <s.martin49@gmail.com>,
	Bernd Kuhls <bernd.kuhls@t-online.de>
Subject: Re: [Buildroot] [PATCH] package/cfm: new package
Date: Tue, 16 Dec 2025 09:39:01 +0100	[thread overview]
Message-ID: <20251216093901.3a425563@windsurf> (raw)
In-Reply-To: <20211212130745.2240973-1-horatiu.vultur@microchip.com>

Hello Horatiu,

On Sun, 12 Dec 2021 14:07:45 +0100
Horatiu Vultur via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>

I am getting back to after several years, as this package is no longer
building after the update to CMake 4:

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

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

See also:

  https://autobuild.buildroot.net/results/dff/dff5fd392a4d35ee54ac8f1e7d44a04a1f1323b6/build-end.log

Most likely it is just a matter of updating:

  cmake_minimum_required(VERSION 2.6)

to:

  cmake_minimum_required(VERSION 3.5)

Could you have a look and provide a fix?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2025-12-16  8:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-12 13:07 [Buildroot] [PATCH] package/cfm: new package Horatiu Vultur via buildroot
2021-12-26 23:14 ` Thomas Petazzoni
2025-12-16  8:39 ` Thomas Petazzoni via buildroot [this message]
2026-01-05  8:23   ` Horatiu Vultur via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251216093901.3a425563@windsurf \
    --to=buildroot@buildroot.org \
    --cc=bernd.kuhls@t-online.de \
    --cc=horatiu.vultur@microchip.com \
    --cc=s.martin49@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.