From 635ed87788f06ccafdc1f5f49bd49630d6d483d5 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 26 Mar 2015 04:11:05 -0600 Subject: unsetting a few more variables that arent needed outside of this function --- src/citra_qt/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/citra_qt/CMakeLists.txt') diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index 2545b5d6..efccdbec 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt @@ -106,4 +106,7 @@ if (Qt5_FOUND AND MSVC) ) unset(Qt5_DLLS) unset(Qt5_DLL_DIR) + unset(Qt5_PLATFORMS_DIR) + unset(DLL_DEST) + unset(PLATFORMS) endif() -- cgit v1.2.3