Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d88071

Browse files
author
Edward Thomson
committed
Enable nanosecond resolution by default
Nanosecond resolution is now the default in git itself. Enable this as our default as well.
1 parent e23efa6 commit 2d88071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ELSE ()
109109
ENDIF()
110110

111111
IF (HAVE_STRUCT_STAT_NSEC OR WIN32)
112-
OPTION( USE_NSEC "Care about sub-second file mtimes and ctimes" OFF )
112+
OPTION( USE_NSEC "Care about sub-second file mtimes and ctimes" ON )
113113
ENDIF()
114114

115115
# This variable will contain the libraries we need to put into

0 commit comments

Comments
 (0)