mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 20:33:41 +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()
|
ENDIF()
|
||||||
|
|
||||||
IF (HAVE_STRUCT_STAT_NSEC OR WIN32)
|
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()
|
ENDIF()
|
||||||
|
|
||||||
# This variable will contain the libraries we need to put into
|
# This variable will contain the libraries we need to put into
|
||||||
|
Loading…
Reference in New Issue
Block a user