On 16 April 2015 at 18:35, Dirk Hohndel <[email protected]> wrote:
>
> On Apr 16, 2015, at 8:30 AM, Tomaz Canabrava <[email protected]> wrote:
>
> Will test here, but I was sure it worked for defines
>
> I thought you needed
> cmake -DCMAKE_CXX_FLAGS=-DNO_MARBLE
>
> -D defines a cmake variable. So add the “-DNO_MARBLE” to the CXX_FLAGS :-)
>

also this fails:

IF(NOT (insource OR insourcedir))
    add_custom_target(link_marble_data ALL COMMAND....
ENDIF()

because of symbolic links and permissions :\
would be nice if "cmake -DNO_MARBLE" pretty much skips all marble
related actions.

lubomir
--
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to