cmake HAVE_STRCASESTR examples

LibreDWG/libredwg CMakeLists.txt :104

check_symbol_exists("strcasestr" "string.h" HAVE_STRCASESTR)

mixxxdj/mixxx lib/libshout-idjc/CMakeLists.txt :247

check_symbol_exists(strcasestr "string.h" HAVE_STRCASESTR)

mixxxdj/mixxx lib/libshout-idjc/CMakeLists.txt :249

target_compile_definitions(${PROJECT_NAME} PRIVATE HAVE_STRCASESTR)

htcondor/htcondor build/cmake/CondorConfigure.cmake :373

check_function_exists("strcasestr" HAVE_STRCASESTR)

gammu/gammu CMakeLists.txt :90

check_function_exists (strcasestr HAVE_STRCASESTR)

Cisco-Talos/clamav CMakeLists.txt :803

check_symbol_exists(strcasestr      "string.h"      HAVE_STRCASESTR)