diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c38017..f0e074a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -144,7 +144,7 @@ if(HAVE_STRNDUP) | |||
| 144 | endif() | 144 | endif() |
| 145 | 145 | ||
| 146 | if(MSVC) | 146 | if(MSVC) |
| 147 | set(HAVE_STRNLEN) | 147 | set(HAVE_STRNLEN true) |
| 148 | add_definitions(-DHAVE_STRNLEN) | 148 | add_definitions(-DHAVE_STRNLEN) |
| 149 | else() | 149 | else() |
| 150 | check_function_exists(strnlen HAVE_STRNLEN) | 150 | check_function_exists(strnlen HAVE_STRNLEN) |
