Skip to content
Snippets Groups Projects
Commit eb98309d authored by OTB Bot's avatar OTB Bot
Browse files

ajout check stricmp (pb compil VisualStudio vX.X)

parent 31d10187
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,8 @@ INCLUDE(CheckSymbolExists)
INCLUDE(CheckFunctionWithHeaderExists)
CHECK_FUNCTIONWITHHEADER_EXISTS("int strcasecmp()" "${PROJECT_INCLUDES}" HAVE_STRCASECMP)
# Modification OTB-Dev, add specific rule for visual
CHECK_FUNCTIONWITHHEADER_EXISTS("int stricmp()" "${PROJECT_INCLUDES}" HAVE_STRCASECMP)
CHECK_SYMBOL_EXISTS(strlcat "${PROJECT_INCLUDES}" HAVE_STRLCAT)
CHECK_SYMBOL_EXISTS(strlcpy "${PROJECT_INCLUDES}" HAVE_STRLCPY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment