Robert,
Martin Spott wrote:
> Luigi Calori wrote:
> > IF(UNIX AND NOT WIN32 AND NOT APPLE)
> > IF(CMAKE_SIZEOF_VOID_P MATCHES "8")
> > SET(LIB_POSTFIX "64" CACHE STRING "suffix for 32/64 dir placement")
> > MARK_AS_ADVANCED(LIB_POSTFIX)
> > ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "8")
> > ENDIF(UNIX AND NOT WIN32 AND NOT APPLE)
> > IF(NOT DEFINED LIB_POSTFIX)
> > SET(LIB_POSTFIX "")
> > ENDIF(NOT DEFINED LIB_POSTFIX)
> I didn't have a chance to test this on IRIX yet, but at least on
> Linux/AMD64 this change allows to specify just "lib/" as the install
> subdirectory for libraries.
So would you consider applying this patch ? To my understanding this
does no more than allowing LIB_POSTFIX to be set via a 'cmake' command
line flag - which is certainly a good idea,
Martin.
--
Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/