Date: Mon, 02 May 2022 17:51:57 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 242945] devel/cmake: bad interaction with non-default compilers: cmake loses ccache Message-ID: <bug-242945-7788-c39JiUBDZI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-242945-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-242945-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242945 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242945-7788-c39JiUBDZI>