mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 04:37:52 +00:00
unsetting a few more variables that arent needed outside of this function
This commit is contained in:
parent
5b9a5493c5
commit
635ed87788
1 changed files with 3 additions and 0 deletions
|
@ -106,4 +106,7 @@ if (Qt5_FOUND AND MSVC)
|
||||||
)
|
)
|
||||||
unset(Qt5_DLLS)
|
unset(Qt5_DLLS)
|
||||||
unset(Qt5_DLL_DIR)
|
unset(Qt5_DLL_DIR)
|
||||||
|
unset(Qt5_PLATFORMS_DIR)
|
||||||
|
unset(DLL_DEST)
|
||||||
|
unset(PLATFORMS)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue