Skip to content
Commit d4b55237 authored by Kevin Mooney's avatar Kevin Mooney
Browse files

Various fixes for upcoming release

GLIBCXX assertions are enabled by default on the latest versions of GCC,
this introduces a dependency on the standard libarary which we prefer to
avoid, so we disable them.

This patch makes it explicit that the only supported compilers are GCC
>= 11 and Clang >= 16. GCC 10 doesn't support bitcast and Clang 15
>doesn't support our use of concepts.

Sometimes CMake installs libopenrng in a lib64 directory, so this patch
makes the examples look for the library there as well.
parent 109ef265
Loading
Loading
Loading
Pipeline #15689 passed with stage
in 5 minutes and 26 seconds