Unable to compile on Mageia 8 as experimental::filesystem is depracated

[Bug Report]

I am attempting to build OpenRGB on a new Mageia 8 install. I followed the instructions as best I could but received a linking error of /usr/bin/ld: cannot find -lstdc++fs /usr/bin/ld: cannot find -lhidapi collect2: error: ld returned 1 exit status make: *** [Makefile:1220: openrgb] Error 1

I have installed all of the necessary packages

sudo dnf install git make automake gcc gcc-c++ qt-creator qt5-devel hidapi-devel libusb-devel google-chrome 8.2 kB/s | 3.6 kB 00:00 determining the fastest mirror (10 hosts).. done. 100% [===========================================================] 2.2 kB/s | 773 B 00:00 ETA Mageia 8 - x86_64 2.1 MB/s | 32 MB 00:15 determining the fastest mirror (6 hosts).. done. 100% [===========================================================] 2.2 kB/s | 769 B 00:00 ETA Mageia 8 - x86_64 - Updates 1.0 MB/s | 4.4 MB 00:04 Package git-1:2.30.2-1.mga8.x86_64 is already installed. Package make-1:4.3-2.mga8.x86_64 is already installed. Package automake-1.16.3-1.mga8.noarch is already installed. Package gcc-10.2.1-0.20210130.1.mga8.x86_64 is already installed. Package gcc-c++-10.2.1-0.20210130.1.mga8.x86_64 is already installed. Package qt-creator-4.14.0-2.mga8.x86_64 is already installed. Package lib64qt5base5-devel-5.15.2-4.mga8.x86_64 is already installed. Package lib64hidapi-devel-0.10.1-1.mga8.x86_64 is already installed. Package libhidapi-devel-0.10.1-1.mga8.i586 is already installed. Package lib64usb1.0-devel-1.0.24-2.1.mga8.x86_64 is already installed. Package libusb1.0-devel-1.0.24-2.1.mga8.i586 is already installed. Dependencies resolved. Nothing to do. Complete!

g++ -dumpversion

10

qmake OpenRGB returns no errors and completes successfully.