CMake: rename remaining ENABLE_SWIFTEN entries
This commit is contained in:
parent
5f5e238513
commit
3cf2a77a44
2 changed files with 2 additions and 2 deletions
|
@ -367,7 +367,7 @@ if (PROTOBUF_FOUND)
|
||||||
message("Skype plugin : no (does not run on Win32)")
|
message("Skype plugin : no (does not run on Win32)")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ENABLE_SWIFTEN)
|
if(ENABLE_XMPP)
|
||||||
message("Swiften plugin : yes")
|
message("Swiften plugin : yes")
|
||||||
else()
|
else()
|
||||||
message("Swiften plugin : no (user disabled)")
|
message("Swiften plugin : no (user disabled)")
|
||||||
|
|
|
@ -7,7 +7,7 @@ if (PROTOBUF_FOUND)
|
||||||
ADD_SUBDIRECTORY(libcommuni)
|
ADD_SUBDIRECTORY(libcommuni)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ENABLE_SWIFTEN)
|
if (ENABLE_XMPP)
|
||||||
ADD_SUBDIRECTORY(swiften)
|
ADD_SUBDIRECTORY(swiften)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue