diff options
Diffstat (limited to 'ConfigureChecks.cmake')
| -rw-r--r-- | ConfigureChecks.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 3a9bbd2..770673d 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -97,3 +97,6 @@ elseif( ${CMAKE_SYSTEM_PROCESSOR} MATCHES sparc* ) set( ARCH_SPARC 1 ) endif() + +### check for strlcat +check_symbol_exists( strlcat string.h HAVE_STRLCAT_PROTO ) |
