Commit 2d880712 by Edward Thomson

Enable nanosecond resolution by default

Nanosecond resolution is now the default in git itself.  Enable this
as our default as well.
parent e23efa6d
...@@ -109,7 +109,7 @@ ELSE () ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment