From 2d8807126b4dd5a40b34cdeb33c901054fcdf8a3 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 3 Mar 2016 15:08:12 -0500 Subject: [PATCH] Enable nanosecond resolution by default Nanosecond resolution is now the default in git itself. Enable this as our default as well. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4e56e6cf..1801c938d 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