[CMake] Setting up standard library output directory
Michael Jackson
mike.jackson at bluequartz.net
Sat Jul 3 17:34:04 EDT 2010
That cmake variable controls where the compiled library will be placed
during the compilation process not the install process. You will
probably have to use the "install" command to tell cmake that you want
your libraries installed in lib64 instead of lib.
-----
Mike Jackson www.bluequartz.net
Principal Software Engineer mike.jackson at bluequartz.net
BlueQuartz Software Dayton, Ohio
On Jul 3, 2010, at 9:46, Enno Fennema <e.fennema at tiscali.nl> wrote:
> I am totally new to cmake and struggling.
>
> cmake-gui tells me at the end of a Configure
> that libraries will be installed to /usr/local/lib rather than
> /usr/local/lib64 where theu should go.
>
> I have added using cmake-gui first try
> CMAKE_OUTPUT_LIBRARY_DIRECTORY=/usr/local/lib64
> and next try
> LIBRARY_OUTPUT_DIRECTORY=/usr/local/lib64
> but cmake-gui keeps telling me
> -- libraries will be installed at: /usr/local/lib
>
> What do I change where and how to get the desired behaviour?
>
> Thanks for any help.
> Enno
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
More information about the CMake
mailing list