From e56580229bd60e1363344fc4fb7439550f7392a4 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 7 Apr 2015 16:44:49 -0300 Subject: FindMarble moved to cmake/Modules This is the correct way to deal with CMake Modules (or at least, the default way). All our custom CMakeFiles will be here. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- marbledata/FindMarble.cmake | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 marbledata/FindMarble.cmake (limited to 'marbledata/FindMarble.cmake') diff --git a/marbledata/FindMarble.cmake b/marbledata/FindMarble.cmake deleted file mode 100644 index 4917c995e..000000000 --- a/marbledata/FindMarble.cmake +++ /dev/null @@ -1,20 +0,0 @@ -# - Try to find the Marble Library -# Once done this will define -# -# MARBLE_FOUND - system has Marble -# MARBLE_INCLUDE_DIR - the Marble include directory -# MARBLE_LIBRARIES -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. -# - -IF ( MARBLE_INCLUDE_DIR AND MARBLE_LIBRARIES ) - # in cache already - SET( MARBLE_FIND_QUIETLY TRUE ) -ENDIF ( MARBLE_INCLUDE_DIR AND MARBLE_LIBRARIES ) - -FIND_PATH( MARBLE_INCLUDE_DIR NAMES marble/MarbleModel.h ) -FIND_LIBRARY( MARBLE_LIBRARIES NAMES marblewidget ) - -INCLUDE( FindPackageHandleStandardArgs ) -FIND_PACKAGE_HANDLE_STANDARD_ARGS( marble DEFAULT_MSG MARBLE_INCLUDE_DIR MARBLE_LIBRARIES ) -- cgit v1.2.3-70-g09d2