Hi Bill,

So, why are you trying to build directly into the install prefix? Why not let the install command do that work? If you really want to do that, then you should look at RUNTIME_OUTPUT_DIRECTORY, ARCHIVE_OUTPUT_DIRECTORY, and LIBRARY_OUTPUT_DIRECTORY target properties.

We're not building into the install prefix (at least I don't think so). I always have to build the install target otherwise I get no binaries/libs. So I think it's working, but just not doing it in quite the right way.

And those properties are interesting, you're right that we should use them instead of doing it manually. Philip Lowman pointed them out earlier, but I didn't make the connection to this until now.

That's my point, really. I personally have only contributed a few fixes to the build system here and there, without being a CMake expert and without knowing that much about it. That's the case for the vast majority of the OSG contributors. We want it to work, but we don't know about every single parameter (there are so many...).

As I said, it would be nice to have someone who really knows CMake look at our setup.

Thanks for your help in the current issue at any rate.

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to