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:
parent
0a6f2b164a
commit
438cb1b39b
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user