Hi Bill,

Additionally, as Luigi said, the macro puts lib files in CMAKE_INSTALL_PREFIX/lib, and DLL files in CMAKE_INSTALL_PREFIX/bin,

I just realized (as I should have before) that this is what causes the issues we have... CMAKE_INSTALL_PREFIX being an absolute path most of the time, CMake then assumes we know what we're doing and doesn't append .lib to the name. This must be what changed between 2.4 and 2.6...

I guess we need a system-wide review of the CMake files to see if there are other things like that which CMake could do automatically for us instead of hacking things together, and other places where we introduce errors without knowing it.

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

Reply via email to