diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-14 12:49:24 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-14 12:49:24 +0200 |
| commit | 0b09bd900f857aac928cd7e6bc059b1e0c8b718a (patch) | |
| tree | c94fc6e91939692746fd63c8c0787b3814bddf27 /ConfigureChecks.cmake | |
| parent | abc61fa1ccfa5472ab4dbc0088663f8b26582196 (diff) | |
Typos in last patch
Diffstat (limited to 'ConfigureChecks.cmake')
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index fd31e4ec..c214660f 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -48,7 +48,7 @@ if (WIN32) if(NOT HAVE_SNPRINTF) check_function_exists(_snprintf HAVE__SNPRINTF) check_function_exists(_snprintf_s HAVE__SNPRINTF_S) - endif(NOT HAVE_HAVE_SNPRINTF) + endif(NOT HAVE_SNPRINTF) check_function_exists(strncpy HAVE_STRNCPY) set(HAVE_SELECT TRUE) |
