cmake HAVE_STRONG_GETAUXVAL examples

DrTimothyAldenDavis/GraphBLAS CMakeLists.txt :415

check_symbol_exists ( getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL )

DrTimothyAldenDavis/GraphBLAS CMakeLists.txt :419

target_compile_definitions ( GraphBLAS PRIVATE HAVE_STRONG_GETAUXVAL )

DrTimothyAldenDavis/GraphBLAS CMakeLists.txt :422

target_compile_definitions ( GraphBLAS_static PRIVATE HAVE_STRONG_GETAUXVAL )

DrTimothyAldenDavis/GraphBLAS cpu_features/CMakeLists.txt :156

check_symbol_exists(getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL)

DrTimothyAldenDavis/GraphBLAS cpu_features/CMakeLists.txt :158

target_compile_definitions(unix_based_hardware_detection PRIVATE HAVE_STRONG_GETAUXVAL)

DrTimothyAldenDavis/GraphBLAS GraphBLAS/CMakeLists.txt :305

check_symbol_exists ( getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL )

DrTimothyAldenDavis/GraphBLAS GraphBLAS/CMakeLists.txt :307

target_compile_definitions ( graphblas_matlab PRIVATE HAVE_STRONG_GETAUXVAL )

bitcoin-sv/bitcoin-sv src/leveldb/crc32c/CMakeLists.txt :160

check_cxx_source_compiles("
#include <arm_acle.h>
#include <arm_neon.h>
#include <sys/auxv.h>

int main() {
  getauxval(AT_HWCAP);
  return 0;
}
" HAVE_STRONG_GETAUXVAL)

gnss-sdr/gnss-sdr src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cpu_features/CMakeLists.txt :156

check_symbol_exists(getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL)

gnss-sdr/gnss-sdr src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cpu_features/CMakeLists.txt :159

target_compile_definitions(unix_based_hardware_detection PRIVATE HAVE_STRONG_GETAUXVAL)

peercoin/peercoin src/crc32c/CMakeLists.txt :160

check_cxx_source_compiles("
#include <arm_acle.h>
#include <arm_neon.h>
#include <sys/auxv.h>

int main() {
  getauxval(AT_HWCAP);
  return 0;
}
" HAVE_STRONG_GETAUXVAL)

AXErunners/axe src/crc32c/CMakeLists.txt :160

check_cxx_source_compiles("
#include <arm_acle.h>
#include <arm_neon.h>
#include <sys/auxv.h>

int main() {
  getauxval(AT_HWCAP);
  return 0;
}
" HAVE_STRONG_GETAUXVAL)

jlblancoc/suitesparse-metis-for-windows SuiteSparse/GraphBLAS/cpu_features/CMakeLists.txt :115

check_symbol_exists(getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL)

jlblancoc/suitesparse-metis-for-windows SuiteSparse/GraphBLAS/cpu_features/CMakeLists.txt :117

target_compile_definitions(unix_based_hardware_detection PRIVATE HAVE_STRONG_GETAUXVAL)

jlblancoc/suitesparse-metis-for-windows SuiteSparse/GraphBLAS/GraphBLAS/CMakeLists.txt :252

check_symbol_exists ( getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL )

jlblancoc/suitesparse-metis-for-windows SuiteSparse/GraphBLAS/GraphBLAS/CMakeLists.txt :254

target_compile_definitions ( graphblas_matlab PRIVATE HAVE_STRONG_GETAUXVAL )

FalkorDB/FalkorDB deps/GraphBLAS/CMakeLists.txt :388

check_symbol_exists ( getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL )

FalkorDB/FalkorDB deps/GraphBLAS/CMakeLists.txt :392

target_compile_definitions ( GraphBLAS PRIVATE HAVE_STRONG_GETAUXVAL )

FalkorDB/FalkorDB deps/GraphBLAS/CMakeLists.txt :395

target_compile_definitions ( GraphBLAS_static PRIVATE HAVE_STRONG_GETAUXVAL )

FalkorDB/FalkorDB deps/GraphBLAS/cpu_features/CMakeLists.txt :115

check_symbol_exists(getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL)

FalkorDB/FalkorDB deps/GraphBLAS/cpu_features/CMakeLists.txt :117

target_compile_definitions(unix_based_hardware_detection PRIVATE HAVE_STRONG_GETAUXVAL)

FalkorDB/FalkorDB deps/GraphBLAS/GraphBLAS/CMakeLists.txt :283

check_symbol_exists ( getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL )

FalkorDB/FalkorDB deps/GraphBLAS/GraphBLAS/CMakeLists.txt :285

target_compile_definitions ( graphblas_matlab PRIVATE HAVE_STRONG_GETAUXVAL )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :415

check_symbol_exists ( getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :419

target_compile_definitions ( GraphBLAS PRIVATE HAVE_STRONG_GETAUXVAL )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/CMakeLists.txt :422

target_compile_definitions ( GraphBLAS_static PRIVATE HAVE_STRONG_GETAUXVAL )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/cpu_features/CMakeLists.txt :156

check_symbol_exists(getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL)

DrTimothyAldenDavis/SuiteSparse GraphBLAS/cpu_features/CMakeLists.txt :158

target_compile_definitions(unix_based_hardware_detection PRIVATE HAVE_STRONG_GETAUXVAL)

DrTimothyAldenDavis/SuiteSparse GraphBLAS/GraphBLAS/CMakeLists.txt :305

check_symbol_exists ( getauxval "sys/auxv.h" HAVE_STRONG_GETAUXVAL )

DrTimothyAldenDavis/SuiteSparse GraphBLAS/GraphBLAS/CMakeLists.txt :307

target_compile_definitions ( graphblas_matlab PRIVATE HAVE_STRONG_GETAUXVAL )