From 10a247ff1da18c3facfebd1bef21fe42d552bb7a Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Thu, 16 Jul 2015 02:32:09 +0200 Subject: [PATCH] silence CMake warning about unknown platform --- cmake/Platform/Retro68.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cmake/Platform/Retro68.cmake diff --git a/cmake/Platform/Retro68.cmake b/cmake/Platform/Retro68.cmake new file mode 100644 index 0000000000..e211530d09 --- /dev/null +++ b/cmake/Platform/Retro68.cmake @@ -0,0 +1,2 @@ +# Nothing platform-specific to do for now. +# All the basic setup is in retro68.toolchain.cmake