[cmake-developers] [PATCH] if(FILE_IS_NEWER file1 file2) -> if(file1 FILE_IS_NEWER file2)

Alexander Neundorf neundorf at kde.org
Sun Oct 22 08:57:23 EDT 2006


Hi,

the attached patch changes the syntax for if(FILE_IS_NEWER)
from 
if(FILE_IS_NEWER file1 file2)
to 
if(file1 FILE_IS_NEWER file2)
which is much more natural and in line with the other if-options which take 
two arguments. Since this hasn't been in any release yet, this should still 
go in 2.4.4

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: file_is_newer.patch
Type: text/x-diff
Size: 2790 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20061022/bef2a72e/attachment.patch>


More information about the cmake-developers mailing list