cmake HAVE_C_ examples

snl-dakota/dakota cmake/DakotaOptions.cmake :188

option(HAVE_C3 "Build the Compressed Continuous Computation package." OFF)

alibaba/AliSQL storage/tokudb/CMakeLists.txt :52

check_c_compiler_flag(${flag} HAVE_C_${temp_flag})

alibaba/AliSQL storage/tokudb/CMakeLists.txt :66

check_c_compiler_flag(${flag} HAVE_C_${temp_flag})

alibaba/AliSQL storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake :51

check_c_compiler_flag("${flag}" HAVE_C_${flagname})

alibaba/AliSQL storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake :64

check_c_compiler_flag(${flag} HAVE_C_${flag})

percona/percona-server cmake/prepend_append_cflags_if_supported.cmake :24

check_c_compiler_flag (${flag} HAVE_C_${temp_flag})

percona/percona-server cmake/prepend_append_cflags_if_supported.cmake :38

check_c_compiler_flag (${flag} HAVE_C_${temp_flag})

machinekit/machinekit-hal src/libraries/runtime/CMakeLists.txt :209

target_compile_definitions(runtime_module PRIVATE "HAVE_CK")

oscarlab/betrfs cmake_modules/TokuSetupCompiler.cmake :46

check_c_compiler_flag("${flag}" HAVE_C_${flagname})

oscarlab/betrfs cmake_modules/TokuSetupCompiler.cmake :59

check_c_compiler_flag(${flag} HAVE_C_${flag})

GreatSQL/GreatSQL cmake/prepend_append_cflags_if_supported.cmake :24

check_c_compiler_flag (${flag} HAVE_C_${temp_flag})

GreatSQL/GreatSQL cmake/prepend_append_cflags_if_supported.cmake :38

check_c_compiler_flag (${flag} HAVE_C_${temp_flag})

JulNadeauCA/libagar CMakeChecks.cmake :411

check_c_source_compiles("
int main(int argc, char *argv[]) { return (0); }
" HAVE_CC)

WohlSoft/SDL-Mixer-X cmake/mixerx_macros.cmake :40

check_c_compiler_flag("${COMPILERFLAG}" HAVE_C_${COMPILERFLAG_VAR})

percona/percona-xtradb-cluster cmake/prepend_append_cflags_if_supported.cmake :24

check_c_compiler_flag (${flag} HAVE_C_${temp_flag})

percona/percona-xtradb-cluster cmake/prepend_append_cflags_if_supported.cmake :38

check_c_compiler_flag (${flag} HAVE_C_${temp_flag})

facebook/mysql-5.6 cmake/prepend_append_cflags_if_supported.cmake :24

check_c_compiler_flag (${flag} HAVE_C_${temp_flag})

facebook/mysql-5.6 cmake/prepend_append_cflags_if_supported.cmake :38

check_c_compiler_flag (${flag} HAVE_C_${temp_flag})

netdata/netdata packaging/cmake/Modules/NetdataCompilerFlags.cmake :28

check_c_compiler_flag("${flag}" HAVE_C_${flag_name})

netdata/netdata packaging/cmake/Modules/NetdataCompilerFlags.cmake :50

check_c_compiler_flag("${flag1}" HAVE_C_${flag1_name})

netdata/netdata packaging/cmake/Modules/NetdataCompilerFlags.cmake :52

check_c_compiler_flag("${flag2}" HAVE_C_${flag2_name})

netdata/netdata packaging/cmake/Modules/NetdataCompilerFlags.cmake :66

elseif(HAVE_C_${flag2_name} AND HAVE_CXX${flag2_name})

netdata/netdata packaging/cmake/Modules/NetdataCompilerFlags.cmake :81

check_c_compiler_flag("${flag}" HAVE_C_${flag_name})

hlrs-vis/covise cmake/Using/UseCg.cmake :10

ADD_DEFINITIONS(-DHAVE_CG)