diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-12-16 10:01:07 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-16 10:01:07 -0800 |
commit | a238cd5f3fed91ddecff8ba3fd95a46441a4207f (patch) | |
tree | 880bbe4e28bac70e615fad90cc7db36b69c80aa6 /cmake | |
parent | 70b0b3d3f1cf2d24cdcbbfdb050d3de6f9051c34 (diff) | |
download | subsurface-a238cd5f3fed91ddecff8ba3fd95a46441a4207f.tar.gz |
Cmake: we only want libssrfmarblewidget
Let's not build against an unmodified Marble anymore.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/FindMarble.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/Modules/FindMarble.cmake b/cmake/Modules/FindMarble.cmake index b50aeca24..a3c97b872 100644 --- a/cmake/Modules/FindMarble.cmake +++ b/cmake/Modules/FindMarble.cmake @@ -26,7 +26,6 @@ HINTS FIND_LIBRARY( MARBLE_LIBRARIES NAMES ssrfmarblewidget - marblewidget HINTS ${CMAKE_CURRENT_SOURCE_DIR}/../install-root/lib ${CMAKE_CURRENT_SOURCE_DIR}/../marble |