Skip to content

Commit

Permalink
Fix strtok_r (#4037)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Aug 23, 2020
1 parent 13bd7d6 commit 3266f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/ConfigureChecks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ check_function_exists (strdup HAVE_STRDUP)
check_function_exists (strndup HAVE_STRNDUP)
check_function_exists (strsep HAVE_STRSEP)
check_function_exists (strtod HAVE_STRTOD)
check_function_exists (strtod HAVE_STRTOD)
check_function_exists (strtok_r HAVE_STRTOK_R)
# Note: trailing underscore = GDAL workaround
check_function_exists (strtof HAVE_STRTOF_)
check_function_exists (strsignal HAVE_STRSIGNAL)
Expand Down

0 comments on commit 3266f56

Please sign in to comment.