diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 70918f9409fef3faf019de22128c6157d0f641b3..6bb81a77c6c980674c0ed737d7b785985c3922be 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -12,7 +12,9 @@ if (PROTOBUF_FOUND) endif() ADD_SUBDIRECTORY(template) - + if(ENABLE_TWITTER) + ADD_SUBDIRECTORY(twitter) + endif() if (NOT WIN32) if(ENABLE_SMSTOOLS3) ADD_SUBDIRECTORY(smstools3) @@ -23,9 +25,6 @@ if (PROTOBUF_FOUND) if(YAHOO2_FOUND) ADD_SUBDIRECTORY(libyahoo2) endif() - if(ENABLE_TWITTER) - ADD_SUBDIRECTORY(twitter) - endif() if (${LIBDBUSGLIB_FOUND}) ADD_SUBDIRECTORY(skype) endif()