[cmake] Use siritConfig instead of the module
[cmake] Fix building on aarch64-linux
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM
I've had issues with this before and official docs indicate that if(<string>)
doesn't really work like that: https://cmake.org/cmake/help/latest/command/if.html#string
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM
This messes up hash of fixed output derivation in Nix and prevents reusing them between builds. I want to use the files predownloaded by Nix and not CPM or any bash script.
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM
But this involves running CPM and I want to avoid that.
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM
This is deliberate, I want to use predownloaded tzdb so I put it in this path before running configuration, I don't use CPM or its cache for this. This is similar to how this worked in yuzu.…
[cmake] fix issues when using CPMUTIL_FORCE_SYSTEM