CMake related patches.

Dirk Hohndel dirk at hohndel.org
Tue Apr 7 15:35:07 PDT 2015


On Tue, Apr 07, 2015 at 06:55:45PM -0300, Tomaz Canabrava wrote:
> Subject: [PATCH 02/15] FindMarble moved to cmake/Modules
> 
> diff --git a/cmake/Modules/FindMarble.cmake b/cmake/Modules/FindMarble.cmake
> new file mode 100644
> index 0000000..4917c99
> --- /dev/null
> +++ b/cmake/Modules/FindMarble.cmake
> @@ -0,0 +1,20 @@
> +
> +FIND_PATH( MARBLE_INCLUDE_DIR NAMES marble/MarbleModel.h )
> +FIND_LIBRARY( MARBLE_LIBRARIES NAMES marblewidget )

Interesting... so this won't find libssrfmarblewidget.${SHLIBEXTENSION} ?

/D


More information about the subsurface mailing list