diff options
| author | 2015-03-26 04:11:05 -0600 | |
|---|---|---|
| committer | 2015-03-26 04:11:05 -0600 | |
| commit | 635ed87788f06ccafdc1f5f49bd49630d6d483d5 (patch) | |
| tree | 4d0245eed53e018b35cce1095550ad05841fbf72 /src | |
| parent | Updated the copy commands to run on post_build and use generator expressions ... (diff) | |
| download | yuzu-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.txt | 3 |
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) | ||
| 109 | endif() | 112 | endif() |