[sldev] [VWR] cmake issues with libGL and friends

Bill Hoffman bill.hoffman at kitware.com
Thu Aug 7 09:29:54 PDT 2008


Bill Hoffman wrote:

> Bummer on this one....  Looks like a cmake 2.6.1 bug...
> 
> If you change the code to this:
>   OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${product}.tar.bz2
> ...
> add_custom_target(package ALL DEPENDS 
> ${CMAKE_CURRENT_BINARY_DIR}/${product}.tar.bz2)
> 
> It will work.  However, cmake should have done the right thing.  I will 
> work on a  fix.
> 
>> The unix install targets do seem to be working, although there may be
>> some small issues, i need to do further testing on this bit.
> 

OK, I have a new version for you to try:

http://www.cmake.org/files/v2.6/cmake-2.6.2-RC-1-Linux-i386.tar.gz

Should fix the problem.

-Bill


More information about the SLDev mailing list