Skip to content

Commit 7bc9ab5

Browse files
committed
Remove strptime cache
1 parent 0bdfd47 commit 7bc9ab5

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
@@ -433,8 +433,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
433433
set(HAVE_STRNDUP FALSE)
434434
#Have symbol strnlen
435435
set(HAVE_STRNLEN TRUE)
436-
#Have function strptime
437-
set(HAVE_STRPTIME FALSE)
438436
#Have function strtok_r
439437
set(HAVE_STRTOK_R FALSE)
440438
#Result of TRY_COMPILE

0 commit comments

Comments
 (0)