Changeset - 6dd874964a61
[Not reviewed]
0 1 0
Jan Kaluza - 13 years ago 2012-02-16 11:13:13
hanzz.k@gmail.com
Do not build skype if it's not found
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/CMakeLists.txt
Show inline comments
 
@@ -11,7 +11,9 @@ if (PROTOBUF_FOUND)
 

	
 
if (NOT WIN32)
 
	ADD_SUBDIRECTORY(frotz)
 
	ADD_SUBDIRECTORY(skype)
 
	if (${LIBDBUSGLIB_FOUND})
 
		ADD_SUBDIRECTORY(skype)
 
	endif()
 
endif()
 

	
 
endif()
0 comments (0 inline, 0 general)