mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 17:35:37 +02:00
Uppercase DEFINED or cmake 2.8.4 complains
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user