[Bug 242945] devel/cmake: bad interaction with non-default compilers: cmake loses ccache
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 2 18:51:57 BST 2022
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242945
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adridg at freebsd.org
--- Comment #4 from Adriaan de Groot <adridg at 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.
You are the assignee for the bug.
More information about the kde-freebsd
mailing list