[Cmake] Hopefully simple CMake problem

Andy Cedilnik andy.cedilnik at kitware.com
Tue, 09 Mar 2004 15:45:10 -0500


Hi Dejan,

Mastering CMake explains all important variables. What
LIBRARY_OUTPUT_PATH does is tells where the put the libraries. You can
set it to:

SET(LIBRARY_OUTPUT_PATH "${CMAKE_BINARY_DIR}/lib" CACHE FILEPATH
"Location where libraries will be")

Avoid using ./lib, because relative paths are not a good idea.

			Andy


On Tue, 2004-03-09 at 15:30, Dejan Lekic wrote:
> Hi Andy,
> thanks for reply!
> 
> Look i didn't even know about LIBRARY_OUTPUT_PATH . Couldn't find it in 
> CMake documentation. How I can use it? - I'll try to find out how, but I 
> beg you to give me some small example.
> 
> Best regards, and thanks in advanced.
> 
> Dejan
> _______________________________________________
> Cmake mailing list
> Cmake at www.cmake.org
> http://www.cmake.org/mailman/listinfo/cmake