Warning, /pim/kmime/cmake/ConfigureChecks.cmake is written in an unsupported language. File is not indexed.

0001 include (CheckCXXSourceCompiles)
0002 
0003 check_cxx_source_compiles("
0004 #include <string.h>
0005 int main() { strcasestr(\"\", \"\"); }
0006 "
0007     HAVE_STRCASESTR)