Skip to content

Commit 689b667

Browse files
committed
Remove strptime cache
1 parent 76cf7ec commit 689b667

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/cmake/platforms/Windows.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
436436
set(HAVE_STRNDUP FALSE)
437437
#Have symbol strnlen
438438
set(HAVE_STRNLEN TRUE)
439-
#Have function strptime
440-
set(HAVE_STRPTIME FALSE)
441439
#Have function strtok_r
442440
set(HAVE_STRTOK_R FALSE)
443441
#Result of TRY_COMPILE

0 commit comments

Comments
 (0)