[Bug 242945] devel/cmake: bad interaction with non-default compilers: cmake loses ccache

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 02 May 2022 17:51:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242945

Adriaan de Groot <adridg@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg@freebsd.org

--- Comment #4 from Adriaan de Groot <adridg@freebsd.org> ---
It would be really useful to have a minimal example of this. For instance, with
this C file:

```
int main()
{
        return 0;
}
```

and, for instance, this CMakeLists.txt:

```
cmake_minimum_required(VERSION 3.14...3.20)
project(example VERSION 0.0.0 LANGUAGES C)
add_executable(hello main.c)
```

What do I need to do -- install ports, set environment variables -- to
demonstrate the problem? Perhaps it needs a simple ports makefile as well, so
that the relevant USE-bits can do their thing and cause problems.

-- 
You are receiving this mail because:
You are on the CC list for the bug.