Hi John,

You can configure when the build system installs things via ccmake or
a cmake command line option.  CMAKE_INSTALL_PREFIX is probably the one
you are looking for.

We could possible add the checking of the OSG_INST_LOCATION in the
root CMakeLists.txt to provide backward compatibility.

Robert.

On 7/12/07, John Kelso <[EMAIL PROTECTED]> wrote:
Hi,

For the usual reasons, we can't install OSG in the default location.

We set the OSG_INST_LOCATION envvar to specify where it's installed.  We
use other OSG-related envvars too:  OPENTHREADS_INC_DIR,
OPENTHREADS_LIB_DIR, OSG_FILE_PATH.

What envvars can we use in OSG 2.x to let our software's Makefiles
determine where OSG's installed?  Grepping through the rev 7107 code only
shows OSG_FILE_PATH being used from the above list.

Is there an equivalent of a "osg-config" which can be put in the PATH to
find out this information?

Thanks,

-John






_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to