Changeset - 3cf2a77a4420
[Not reviewed]
0 2 0
vitalyster - 8 years ago 2017-06-08 16:32:15
vitalyster@gmail.com
CMake: rename remaining ENABLE_SWIFTEN entries
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -364,13 +364,13 @@ if (PROTOBUF_FOUND)
 
	else()
 
		message("Frotz plugin      : no (does not run on Win32)")
 
		message("SMSTools3 plugin  : no (does not run on Win32)")
 
		message("Skype plugin      : no (does not run on Win32)")
 
	endif()
 

	
 
	if(ENABLE_SWIFTEN)
 
	if(ENABLE_XMPP)
 
		message("Swiften plugin    : yes")
 
	else()
 
		message("Swiften plugin    : no (user disabled)")
 
	endif()
 
else()
 
	message("Network plugins   : no (install libprotobuf-dev)")
backends/CMakeLists.txt
Show inline comments
 
@@ -4,13 +4,13 @@ if (PROTOBUF_FOUND)
 
	endif()
 

	
 
	if (IRC_FOUND)
 
		ADD_SUBDIRECTORY(libcommuni)
 
	endif()
 

	
 
	if (ENABLE_SWIFTEN)
 
	if (ENABLE_XMPP)
 
		ADD_SUBDIRECTORY(swiften)
 
	endif()
 

	
 
	ADD_SUBDIRECTORY(template)
 
	if(ENABLE_TWITTER)
 
		ADD_SUBDIRECTORY(twitter)
0 comments (0 inline, 0 general)