mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-15 21:51:25 +02:00

CMake 3.0 prints out a warning when adding any target whose name contains a slash. This commit fixes the warnings by using an underscore instead. Run 'cmake --help-policy CMP0037' for more details.