Do not build skype if it's not found
This commit is contained in:
parent
2442a31dfd
commit
6dd874964a
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue