[Bug 254138] devel/cmake: aborts if CMAKE_CXX_STANDARD is set to empty
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 29 21:50:35 BST 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254138
--- Comment #3 from Ed Maste <emaste at freebsd.org> ---
I observed this with catch2:
$ git clone https://github.com/catchorg/Catch2
$ cd Catch2
$ mkdir build
$ cd build
$ cmake -GNinja -DCMAKE_CXX_STANDARD= ..
-- The CXX compiler identification is Clang 11.0.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Abort trap (core dumped)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list