mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 09:43:45 +01:00
Uppercase DEFINED or cmake 2.8.4 complains
This commit is contained in:
parent
ad2f95fc70
commit
adb7181969
@ -280,10 +280,10 @@ if(BUILD_CLIENT)
|
|||||||
install(FILES ${ZLIB_DLL} DESTINATION ${BINDIR})
|
install(FILES ${ZLIB_DLL} DESTINATION ${BINDIR})
|
||||||
endif()
|
endif()
|
||||||
if(USE_GETTEXT)
|
if(USE_GETTEXT)
|
||||||
if(defined GETTEXT_DLL)
|
if(DEFINED GETTEXT_DLL)
|
||||||
install(FILES ${GETTEXT_DLL} DESTINATION ${BINDIR})
|
install(FILES ${GETTEXT_DLL} DESTINATION ${BINDIR})
|
||||||
endif()
|
endif()
|
||||||
if(defined GETTEXT_ICONV_DLL)
|
if(DEFINED GETTEXT_ICONV_DLL)
|
||||||
install(FILES ${GETTEXT_ICONV_DLL} DESTINATION ${BINDIR})
|
install(FILES ${GETTEXT_ICONV_DLL} DESTINATION ${BINDIR})
|
||||||
endif()
|
endif()
|
||||||
endif(USE_GETTEXT)
|
endif(USE_GETTEXT)
|
||||||
|
Loading…
Reference in New Issue
Block a user