Re: [CMake] Use of CMAKE_LIBRARY_OUTPUT_DIRECTORY

2010-09-14 Thread David Aldrich
Hi Ryan I believe for static libraries, the variable CMAKE_ARCHIVE_OUTPUT_DIRECTORY is actually used. Thanks for your answer. That's just what I need. Best regards David ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] Use of CMAKE_LIBRARY_OUTPUT_DIRECTORY

2010-09-13 Thread Ryan Pavlik
On 9/13/10 12:29 PM, David Aldrich wrote: Hi I have tried to set the output directory for my library as follows: # set destination directory for LIBRARY target (i.e. libKernel.a) set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ./_gnuRelease ) # build the Kernel static library add_library(Kernel STATIC