diff --git a/CMakeLists.txt b/CMakeLists.txt index e4cf7ec..710d8a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ if(HAVE_STRLCAT) add_definitions(-DHAVE_STRLCAT) endif() -check_function_exists(strlcat HAVE_STRLCPY) +check_function_exists(strlcpy HAVE_STRLCPY) if(HAVE_STRLCPY) add_definitions(-DHAVE_STRLCPY) endif()