Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unix: CMakeLists.txt compat fixes, suppress fewer warnings
`LIST(APPEND ..)` adds a `;` to the gcc command line, replaced with string interpolation. Only use "-Wno-address-of-temporary" on macOS (=clang), on Linux/gcc use "-fpermissive" which still shows the compiler warning so it can be fixed later.
- Loading branch information