mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-03 01:48:29 -04:00
In QT 5.7 they added a new check for CXX features which appends a minimum required standard to the CXX_FLAGS. Because we were writing the flag directly previously, cmake assumed it needed to add a c++11 flag to the build. This tells cmake to use c++14 on every build.
9.6 KiB
9.6 KiB