1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

You shall not lie. Not even in CMake.

This commit is contained in:
Dominik Schmidt 2013-01-16 01:17:35 +01:00
parent 0a6f2b164a
commit 438cb1b39b

View File

@ -3,7 +3,6 @@ include(TomahawkAddPlugin)
file(GLOB SUBDIRECTORIES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*")
foreach( SUBDIRECTORY ${SUBDIRECTORIES})
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${SUBDIRECTORY}")
message(STATUS "Building account ${SUBDIRECTORY}")
if(SUBDIRECTORY STREQUAL "xmpp")
if( JREEN_FOUND )
add_subdirectory( xmpp )