mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-05 15:40:10 +00:00
Workaround for FindMyGUI.cmake path space bug on Windows.
See bug 353 http://bugs.openmw.org/issues/353
This commit is contained in:
parent
f6d657a5f4
commit
18fd14ff75
@ -128,9 +128,11 @@ ELSE (WIN32) #Unix
|
|||||||
ENDIF (WIN32)
|
ENDIF (WIN32)
|
||||||
|
|
||||||
#Do some preparation
|
#Do some preparation
|
||||||
SEPARATE_ARGUMENTS(MYGUI_INCLUDE_DIRS)
|
IF (NOT WIN32) # This does not work on Windows for paths with spaces in them
|
||||||
SEPARATE_ARGUMENTS(MYGUI_LIBRARIES)
|
SEPARATE_ARGUMENTS(MYGUI_INCLUDE_DIRS)
|
||||||
SEPARATE_ARGUMENTS(MYGUI_PLATFORM_LIBRARIES)
|
SEPARATE_ARGUMENTS(MYGUI_LIBRARIES)
|
||||||
|
SEPARATE_ARGUMENTS(MYGUI_PLATFORM_LIBRARIES)
|
||||||
|
ENDIF (NOT WIN32)
|
||||||
|
|
||||||
SET(MYGUI_LIBRARIES ${MYGUI_LIBRARIES} ${FREETYPE_LIBRARIES})
|
SET(MYGUI_LIBRARIES ${MYGUI_LIBRARIES} ${FREETYPE_LIBRARIES})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user