mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 11:50:27 +00:00
Enable nanosecond resolution by default
Nanosecond resolution is now the default in git itself. Enable this as our default as well.
This commit is contained in:
parent
e23efa6ddf
commit
2d8807126b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user