summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-03-03 15:08:12 -0500
committerEdward Thomson <ethomson@github.com>2016-03-03 15:08:12 -0500
commit2d8807126b4dd5a40b34cdeb33c901054fcdf8a3 (patch)
treed7b25e1ca53bafa35ec8a6fa7fa4a0f521a8facb
parente23efa6ddfedf54ef219e15f47da502a50f7b364 (diff)
downloadlibgit2-2d8807126b4dd5a40b34cdeb33c901054fcdf8a3.tar.gz
Enable nanosecond resolution by default
Nanosecond resolution is now the default in git itself. Enable this as our default as well.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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