Hi Luigi, Robert,
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. I'll go and have a test on IRIX tomorrow -
as far as I can tell this changes makes sense as it fixes at least
_one_ problem - maybe a second one as well.
Thanks,
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/