summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar James Rowe2015-03-26 04:11:05 -0600
committerGravatar James Rowe2015-03-26 04:11:05 -0600
commit635ed87788f06ccafdc1f5f49bd49630d6d483d5 (patch)
tree4d0245eed53e018b35cce1095550ad05841fbf72 /src
parentUpdated the copy commands to run on post_build and use generator expressions ... (diff)
downloadyuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.tar.gz
yuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.tar.xz
yuzu-635ed87788f06ccafdc1f5f49bd49630d6d483d5.zip
unsetting a few more variables that arent needed outside of this function
Diffstat (limited to 'src')
-rw-r--r--src/citra_qt/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt
index 2545b5d6a..efccdbec6 100644
--- a/src/citra_qt/CMakeLists.txt
+++ b/src/citra_qt/CMakeLists.txt
@@ -106,4 +106,7 @@ if (Qt5_FOUND AND MSVC)
106 ) 106 )
107 unset(Qt5_DLLS) 107 unset(Qt5_DLLS)
108 unset(Qt5_DLL_DIR) 108 unset(Qt5_DLL_DIR)
109 unset(Qt5_PLATFORMS_DIR)
110 unset(DLL_DEST)
111 unset(PLATFORMS)
109endif() 112endif()