1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

Make my warning actually readable ...

This commit is contained in:
Dominik Schmidt
2012-03-15 02:12:35 +01:00
parent 8503f5bbe3
commit a27d918bea

View File

@@ -25,7 +25,7 @@ FIND_LIBRARY(JREEN_LIBRARIES NAMES jreen
)
IF(JREEN_LIBRARIES AND JREEN_INCLUDE_DIR AND NOT PC_JREEN_VERSION)
MESSAGE(WARNING "You don't have pkg-config the Jreen version check does not work!")
MESSAGE(WARNING "You don't have pkg-config and so the Jreen version check does not work!")
ENDIF()
INCLUDE(FindPackageHandleStandardArgs)