Skip to content

Commit

Permalink
fix check for strlcat
Browse files Browse the repository at this point in the history
fixes #175
  • Loading branch information
busterb committed Mar 12, 2016
1 parent be3b129 commit 05f3422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 05f3422

Please sign in to comment.