[Bug 254138] devel/cmake: aborts if CMAKE_CXX_STANDARD is set to empty

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 20 17:32:13 GMT 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254138

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

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

--- Comment #1 from Adriaan de Groot <adridg at 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.


More information about the kde-freebsd mailing list