Closed stdbilly closed 3 years ago
Thanks @stdbilly , but as I commented earlier on #305 this solution is too invasive and specific to GCC earlier versions. A system without GCC (macOS or *BSD) has the following build failure:
ld: library not found for -lstdc++fs
(An example for this can be seen in failed CI test of this PR.)
This patch can be good for RPM package creation time (not part of this repo). Or we should come up with a CMake hack, where it adds to all targets without explicitly do so. Could you research how other C++ project solves the older GCC problem?
Describe the bug build error on rhel8
To Reproduce Steps to reproduce the behavior:
Environment:
Solution
Output