mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Cmake: fix capitalization of Marble
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a238cd5f3f
commit
46ce0704ff
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if(NOT NO_MARBLE)
|
|||
pkg_config_library(MARBLE libmarble REQUIRED)
|
||||
set(MARBLE_LIBRARIES "")
|
||||
else()
|
||||
find_package(MARBLE QUIET)
|
||||
find_package(Marble QUIET)
|
||||
if(MARBLE_FOUND)
|
||||
include_directories(${MARBLE_INCLUDE_DIR})
|
||||
else()
|
||||
|
|
Loading…
Reference in a new issue