https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254138
Adriaan de Groot <adr...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adr...@freebsd.org --- Comment #1 from Adriaan de Groot <adr...@freebsd.org> --- Can you give a complete example? I wrote this: ``` cmake_minimum_required(VERSION 3.12 FATAL_ERROR) project(derp LANGUAGES C CXX) add_executable(derp main.c) ``` (and some variations) and could not reproduce the problem. -- You are receiving this mail because: You are the assignee for the bug.