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:
Edward Thomson 2016-03-03 15:08:12 -05:00
parent e23efa6ddf
commit 2d8807126b

View File

@ -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