On 02/04/2013 08:52 AM, Bill Hoffman wrote: > # Touch the two files again > $ touch file1 ; cmake -E touch file2 ; ls -l --full-time > -rw-r----- 1 xxxx xxxx 0 2013-02-03 02:01:01.595819478 +0100 file1 > -rw-r----- 1 xxxx xxxx 0 2013-02-03 02:01:01.000000000 +0100 file2
You introduced this here: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5050706a >From "man utime": The utime() system call allows specification of timestamps with a resolution of 1 second -Brad -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
