cmake HAVE_EXECINFO_H examples

raspberrypi/userland makefiles/cmake/arm-linux.cmake :123

check_include_file(execinfo.h HAVE_EXECINFO_H)

GreatSQL/GreatSQL configure.cmake :194

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :95

check_include_file_cxx (execinfo.h HAVE_EXECINFO_H)

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :399

endif (HAVE_EXECINFO_H)

ucla-vision/xivo thirdparty/gperftools/CMakeLists.txt :181

check_include_file("execinfo.h" HAVE_EXECINFO_H)

bbidulock/icewm src/CMakeLists.txt :173

CHECK_INCLUDE_FILE_CXX(execinfo.h HAVE_EXECINFO_H)

mgerhardy/caveexpress cmake/toolchains/linux-toolchain.cmake :38

check_include_files(execinfo.h HAVE_EXECINFO_H)

percona/percona-server configure.cmake :195

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

percona/percona-server extra/gperftools/gperftools-2.15/CMakeLists.txt :206

check_include_file("execinfo.h" HAVE_EXECINFO_H)

longturn/freeciv21 cmake/FreecivBackward.cmake :37

check_include_file(execinfo.h HAVE_EXECINFO_H)

longturn/freeciv21 cmake/FreecivBackward.cmake :89

check_include_file(execinfo.h HAVE_EXECINFO_H)

facebook/mysql-5.6 configure.cmake :195

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

AXErunners/axe src/dashbls/depends/relic/cmake/err.cmake :5

check_include_files(execinfo.h HAVE_EXECINFO_H)

luigifreda/slamplay thirdparty/ros/roscpp_core/cpp_common/CMakeLists.txt :19

CHECK_INCLUDE_FILE(execinfo.h HAVE_EXECINFO_H)

luigifreda/slamplay thirdparty/ros/roscpp_core/cpp_common/CMakeLists.txt :21

add_definitions(-DHAVE_EXECINFO_H=1)

luigifreda/slamplay thirdparty/ros/roscpp_core/cpp_common/CMakeLists.txt :22

endif(HAVE_EXECINFO_H)

vectorgraphics/asymptote gc/CMakeLists.txt :478

check_include_file(execinfo.h HAVE_EXECINFO_H)

jlblancoc/suitesparse-metis-for-windows SuiteSparse/CHOLMOD/SuiteSparse_metis/GKlib/GKlibSystem.cmake :93

check_include_file(execinfo.h HAVE_EXECINFO_H)

jlblancoc/suitesparse-metis-for-windows SuiteSparse/CHOLMOD/SuiteSparse_metis/GKlib/GKlibSystem.cmake :96

endif(HAVE_EXECINFO_H)

SWI-Prolog/swipl-devel cmake/Config.cmake :13

check_include_file(execinfo.h HAVE_EXECINFO_H)

Unidata/netcdf-c CMakeLists.txt :1204

CHECK_INCLUDE_file("execinfo.h" HAVE_EXECINFO_H)

ceph/ceph cmake/modules/CephChecks.cmake :53

CHECK_INCLUDE_FILES("execinfo.h" HAVE_EXECINFO_H)

m-a-d-n-e-s-s/madness CMakeLists.txt :484

check_include_file(execinfo.h HAVE_EXECINFO_H)

feelpp/feelpp feelpp/contrib/glog/CMakeLists.txt :67

check_include_file (execinfo.h HAVE_EXECINFO_H)

feelpp/feelpp feelpp/contrib/glog/CMakeLists.txt :459

endif (HAVE_EXECINFO_H)

feelpp/feelpp feelpp/contrib/metis/GKlib/GKlibSystem.cmake :93

check_include_file(execinfo.h HAVE_EXECINFO_H)

feelpp/feelpp feelpp/contrib/metis/GKlib/GKlibSystem.cmake :96

endif(HAVE_EXECINFO_H)

arkdb/inception configure.cmake :238

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

darktable-org/darktable ConfigureChecks.cmake :25

check_include_file(execinfo.h HAVE_EXECINFO_H)

darktable-org/darktable src/CMakeLists.txt :879

endif(HAVE_EXECINFO_H)

oofem/oofem CMakeLists.txt :734

check_include_file_cxx ("execinfo.h" HAVE_EXECINFO_H)

logicalclocks/rondb configure.cmake :196

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

logicalclocks/rondb extra/gperftools/gperftools-2.15/CMakeLists.txt :206

check_include_file("execinfo.h" HAVE_EXECINFO_H)

SwagSoftware/Kisak-Strike thirdparty/gperftools-2.8.1/CMakeLists.txt :196

check_include_file("execinfo.h" HAVE_EXECINFO_H)

frasercrmck/llvm-leg cmake/config-ix.cmake :48

check_include_file(execinfo.h HAVE_EXECINFO_H)

google/filament third_party/dawn/third_party/dxc/cmake/config-ix.cmake :48

check_include_file(execinfo.h HAVE_EXECINFO_H)

google/mysql-protobuf configure.cmake :366

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

polardb/polardbx-engine configure.cmake :194

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

mysql/mysql-server configure.cmake :195

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

mysql/mysql-server extra/gperftools/gperftools-2.15/CMakeLists.txt :206

check_include_file("execinfo.h" HAVE_EXECINFO_H)

alibaba/AliSQL configure.cmake :343

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

BroadbandForum/obuspa src/core/CMakeLists.txt :19

check_include_files(execinfo.h HAVE_EXECINFO_H)

BroadbandForum/obuspa src/core/CMakeLists.txt :118

target_compile_definitions(core
  PRIVATE
    $<$<BOOL:${HAVE_MALLOC_H}>:HAVE_MALLOC_H>
    $<$<BOOL:${HAVE_MALLINFO}>:HAVE_MALLINFO>
    $<$<BOOL:${HAVE_MALLINFO2}>:HAVE_MALLINFO2>
    $<$<BOOL:${HAVE_EXECINFO_H}>:HAVE_EXECINFO_H>
    OBUSPA_LOCAL_STATE_DIR="${OBUSPA_LOCAL_STATE_DIR}"
    $<IF:$<BOOL:${ENABLE_STOMP}>,ENABLE_STOMP,DISABLE_STOMP>  # DISABLE_STOMP is the define used in core
    $<$<BOOL:${ENABLE_MQTT}>:ENABLE_MQTT>
    $<$<BOOL:${ENABLE_COAP}>:ENABLE_COAP>
    $<$<BOOL:${ENABLE_WEBSOCKETS}>:ENABLE_WEBSOCKETS>
    $<$<BOOL:${ENABLE_UDS}>:ENABLE_UDS>
    _GNU_SOURCE=1)

DrTimothyAldenDavis/SuiteSparse CHOLMOD/SuiteSparse_metis/GKlib/GKlibSystem.cmake :93

check_include_file(execinfo.h HAVE_EXECINFO_H)

DrTimothyAldenDavis/SuiteSparse CHOLMOD/SuiteSparse_metis/GKlib/GKlibSystem.cmake :96

endif(HAVE_EXECINFO_H)

plumonito/dtslam 3rdparty/glog_cmake/CMakeLists.txt :63

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

kevin2431/Traj-LO thirdparty/ros/roscpp_core/cpp_common/CMakeLists.txt :19

CHECK_INCLUDE_FILE(execinfo.h HAVE_EXECINFO_H)

kevin2431/Traj-LO thirdparty/ros/roscpp_core/cpp_common/CMakeLists.txt :21

add_definitions(-DHAVE_EXECINFO_H=1)

kevin2431/Traj-LO thirdparty/ros/roscpp_core/cpp_common/CMakeLists.txt :22

endif(HAVE_EXECINFO_H)

vengi-voxel/vengi cmake/system/linux.cmake :36

check_include_files("execinfo.h" HAVE_EXECINFO_H)

percona/percona-xtrabackup configure.cmake :195

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

percona/percona-xtrabackup extra/gperftools/gperftools-2.15/CMakeLists.txt :206

check_include_file("execinfo.h" HAVE_EXECINFO_H)

gperftools/gperftools CMakeLists.txt :180

check_include_file("execinfo.h" HAVE_EXECINFO_H)

ucb-bar/esp-llvm cmake/config-ix.cmake :49

check_include_file(execinfo.h HAVE_EXECINFO_H)

mongodb/mongo-bi-connector-odbc-driver configure.cmake :399

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

Tokutek/mysql-5.5 configure.cmake :187

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

chatopera/clause thirdparty/glog/CMakeLists.txt :64

check_include_file (execinfo.h HAVE_EXECINFO_H)

chatopera/clause thirdparty/glog/CMakeLists.txt :356

endif (HAVE_EXECINFO_H)

p4lang/open-p4studio pkgsrc/target-syslibs/third-party/gperftools/CMakeLists.txt :181

check_include_file("execinfo.h" HAVE_EXECINFO_H)

llvm-dcpu16/llvm-dcpu16 cmake/config-ix.cmake :45

check_include_file(execinfo.h HAVE_EXECINFO_H)

hydrogen-music/hydrogen CMakeLists.txt :278

check_include_files(execinfo.h HAVE_EXECINFO_H)

openclonk/openclonk CMakeLists.txt :202

CHECK_INCLUDE_FILE_CXX(execinfo.h HAVE_EXECINFO_H)

contour-terminal/contour src/crispy/CMakeLists.txt :93

check_include_files(execinfo.h HAVE_EXECINFO_H)

KhronosGroup/SPIRV-LLVM cmake/config-ix.cmake :48

check_include_file(execinfo.h HAVE_EXECINFO_H)

GoSSIP-SJTU/Armariris cmake/config-ix.cmake :49

check_include_file(execinfo.h HAVE_EXECINFO_H)

microsoft/DirectXShaderCompiler cmake/config-ix.cmake :48

check_include_file(execinfo.h HAVE_EXECINFO_H)

bareos/bareos core/cmake/BareosCheckIncludes.cmake :30

check_include_files(execinfo.h HAVE_EXECINFO_H)

percona/percona-xtradb-cluster configure.cmake :195

CHECK_INCLUDE_FILES (execinfo.h HAVE_EXECINFO_H)

percona/percona-xtradb-cluster extra/gperftools/gperftools-2.15/CMakeLists.txt :206

check_include_file("execinfo.h" HAVE_EXECINFO_H)

securesystemslab/multicompiler cmake/config-ix.cmake :48

check_include_file(execinfo.h HAVE_EXECINFO_H)