mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Reorganize cmake gettext message output to ease debugging
This commit is contained in:
		@@ -7,18 +7,18 @@ endif(RUN_IN_PLACE)
 | 
			
		||||
 | 
			
		||||
if(USE_GETTEXT)
 | 
			
		||||
	find_package(GettextLib REQUIRED)
 | 
			
		||||
	message(STATUS "gettext include path: ${GETTEXT_INCLUDE_DIR}")
 | 
			
		||||
	message(STATUS "gettext msgfmt path: ${GETTEXT_MSGFMT}")
 | 
			
		||||
	if(WIN32)
 | 
			
		||||
		message(STATUS "gettext library: ${GETTEXT_LIBRARY}")
 | 
			
		||||
		message(STATUS "gettext dll: ${GETTEXT_DLL}")
 | 
			
		||||
		message(STATUS "gettext iconv dll: ${GETTEXT_ICONV_DLL}")
 | 
			
		||||
	endif()
 | 
			
		||||
	if (GETTEXT_FOUND)
 | 
			
		||||
		add_definitions( -DUSE_GETTEXT )
 | 
			
		||||
		message(STATUS "gettext include path: ${GETTEXT_INCLUDE_DIR}")
 | 
			
		||||
		message(STATUS "gettext msgfmt path: ${GETTEXT_MSGFMT}")
 | 
			
		||||
		if(WIN32)
 | 
			
		||||
			message(STATUS "gettext library: ${GETTEXT_LIBRARY}")
 | 
			
		||||
			message(STATUS "gettext dll: ${GETTEXT_DLL}")
 | 
			
		||||
			message(STATUS "gettext iconv dll: ${GETTEXT_ICONV_DLL}")
 | 
			
		||||
		endif()
 | 
			
		||||
		message(STATUS "GetText enabled")
 | 
			
		||||
	else()
 | 
			
		||||
		message(ERROR "GetText enabled but not found, disabling")
 | 
			
		||||
		message(STATUS "ERROR: GetText enabled but not found, disabling")
 | 
			
		||||
		set(USE_GETTEXT FALSE)
 | 
			
		||||
	endif(GETTEXT_FOUND)
 | 
			
		||||
else(USE_GETTEXT)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user