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:
parent
ea2ffd6c32
commit
8153c1560b
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user