cmake: fix message for NO_MARBLE

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2015-04-18 15:22:12 +03:00 committed by Dirk Hohndel
parent ea2ffd6c32
commit 8153c1560b

View file

@ -62,7 +62,7 @@ if(NOT NO_MARBLE)
endif()
if(NO_MARBLE)
message(STATUS marble NOT AVAIL)
message(STATUS "building without marble widget support")
add_definitions(-DNO_MARBLE)
set(MARBLE_LIBRARIES "")
endif()