Enable nanosecond resolution by default Nanosecond resolution is now the default in git itself. Enable this as our default as well.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f4e56e6..1801c93 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -109,7 +109,7 @@ ELSE ()
ENDIF()
IF (HAVE_STRUCT_STAT_NSEC OR WIN32)
- OPTION( USE_NSEC "Care about sub-second file mtimes and ctimes" OFF )
+ OPTION( USE_NSEC "Care about sub-second file mtimes and ctimes" ON )
ENDIF()
# This variable will contain the libraries we need to put into