Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] Build regression on RPi?
Dave Seidel <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <CAMnrweA-qPir6bg5iJZ0R3PAXjw+21Nz0-CtqkzuD7nW_CgYvw@mail.gmail.com> |
Yes, you're right, that works. Sorry, I think I knew this at one point but forgot about it. On Mon, Jan 20, 2025 at 3:39 PM Victor Lazzarini < [email protected]> wrote: > It's the tests cmake script I see. > > If you set the BUILD_TESTS=0 you won't get there I think: > > if(BUILD_TESTS) > cmake_minimum_required(VERSION 3.20) > > > Prof. Victor Lazzarini > Maynooth University > Ireland > > > On 20 Jan 2025, at 19:39, Dave Seidel <[email protected]> wrote: > > > > > > Using the latest develop, I get the following error when I run cmake on > my Raspberry Pi 4: > > > > CMake Error at tests/c/CMakeLists.txt:3 (cmake_minimum_required): > > CMake 3.20 or higher is required. You are running version 3.18.4 > > > > Wasn't this fixed a while ago? I was able to build until very recently. > CMakeLists.txt is checking the variable APPLE, which is apparently set on > this system but should certainly not be. > > >