Hi,

Am 16.07.10 11:03, schrieb Robert Osfield:
> Guarding the FRAMEWORK keyword sounds like the sensible thing to do,
> it's a bit of pain, but it would allow those using cmake out of the
> box on older OS spins to keep working.

what I don't understand is:

AFAIK the FRAMEWORK is guarded by the OSG_COMPILE_FRAMEWORKS-flag ala

IF(NOT OSG_COMPILE_FRAMEWORKS)
  // link as dynamic libs
ELSE()
  // link as framework with FRAMEWORK-directive
ENDIF()

So another if(APPLE)-guard would not help, as the parser is choking
about FRAMEWORK, isn't it?

Confused,
Stephan
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to