Hi Serge,

This is a bug in the current release of CMake. You cannot have
generated dlls in a directory and libs in another. They are build in
the same directory... I have filled a feature-request that is active,
and there are commits against it on the CMake source repository. So
either you are patient till the next release of CMake or you tweak you
local CMakeLists.txt to revert OUTPUT_LIBDIR to point to
${PROJECT_BINARY_DIR}/bin.

HTH

2007/5/9, Serge Lages <[EMAIL PROTECTED]>:
On 5/9/07, Luigi Calori <[EMAIL PROTECTED]> wrote:
>
> I' m using a shell script that set necessary env var to run
> You could also install into a specific path specifying
> CMAKE_INSTALL_PREFIX to something different from Program Files
>
>

 Yes I understand, but my question is more about the build part than the
install one. On the last build system dll files were generated into the /bin
directory and now they are into /lib. I was just wondering if it could be
possible to change it (without talking about any installation process). :)

Thanks in advance !


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

Reply via email to