Probaly woul be enough to substitute the
line
SET(LIB_POSTFIX "")

with

SET(LIB_POSTFIX "" CACHE STRING "suffix for 32/64 dir placement")
MARK_AS_ADVANCED(LIB_POSTFIX)

making as advanced means that in the gui the widget to set var is not shown unless you swith to advanced mode

hope it helps


Robert Osfield wrote:

Hi Martin,

On 4/13/07, Martin Spott <[EMAIL PROTECTED]> wrote:

Yet another question here: How do I force CMake to install static and
shared libraries into lib/ instead of lib64/, even on Linux/AMD64 or
other 64 bit platforms ?


The LIB_POSTFIX set in OpenSceneGraph/CMakeLists.txt is what sets the
64 postfix.

I can't spot this variable in ccmake . list of variables that you can
adjust, even using 't' to toggle on advanced mode, so right now it
doesn't look user editable.  Perhaps some of the Cmake experts can
jump in.

It might be worth you joining osg-build and post the question
specifically there.

For what reason do you wish to override the 64 postfix convention?

Robert.
_______________________________________________
osg-users mailing list
[EMAIL PROTECTED]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/



_______________________________________________
osg-users mailing list
[EMAIL PROTECTED]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to