cmake cmake_host_system_information examples

Signatures

cmake_host_system_information(RESULT <variable> QUERY <key> ...)

Examples

alicevision/AliceVision src/cmake/Dependencies.cmake :50

cmake_host_system_information(RESULT AV_BUILD_DEPENDENCIES_PARALLEL QUERY NUMBER_OF_LOGICAL_CORES)

FreeCAD/FreeCAD cMake/FreeCAD_Helpers/CompilerChecksAndSetups.cmake :15

cmake_host_system_information(RESULT avail_mem_MiB QUERY TOTAL_PHYSICAL_MEMORY)

Ipotrick/Daxa cmake/toolchains/vcvars.cmake :25

cmake_host_system_information(RESULT VS_DIR QUERY VS_${VER}_DIR)

supercollider/supercollider tools/cmake_gen/SuperColliderCompilerConfig.cmake :23

cmake_host_system_information(RESULT has_sse QUERY HAS_SSE)

numenta/nupic.core-legacy CommonCompilerConfig.cmake :113

cmake_host_system_information(RESULT available_physical_memory QUERY AVAILABLE_PHYSICAL_MEMORY)

CasparCG/server src/CMakeLists.txt :44

cmake_host_system_information(RESULT CONFIG_CPU_COUNT QUERY NUMBER_OF_PHYSICAL_CORES)

gnss-sdr/gnss-sdr src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/lib/CMakeLists.txt :284

cmake_host_system_information(RESULT ASSUME_64BIT_HOST QUERY IS_64BIT)

ByConity/ByConity CMakeLists.txt :261

cmake_host_system_information(RESULT AVAILABLE_PHYSICAL_MEMORY QUERY AVAILABLE_PHYSICAL_MEMORY)

psi4/psi4 psi4/src/psi4/libmints/CMakeLists.txt :96

cmake_host_system_information(RESULT _memfree QUERY AVAILABLE_PHYSICAL_MEMORY)

OpenKneeboard/OpenKneeboard CMakeLists.txt :8

cmake_host_system_information(RESULT CORE_COUNT QUERY NUMBER_OF_LOGICAL_CORES)

chdb-io/chdb CMakeLists.txt :237

cmake_host_system_information(RESULT AVAILABLE_PHYSICAL_MEMORY QUERY AVAILABLE_PHYSICAL_MEMORY)

awawa-dev/HyperHDR cmake/cmake_modules/FindTurboJPEG.cmake :62

cmake_host_system_information(RESULT libRegPaths QUERY WINDOWS_REGISTRY "HKLM/SOFTWARE/WOW6432Node" SUBKEYS)

ceph/ceph cmake/modules/LimitJobs.cmake :4

cmake_host_system_information(RESULT _num_cores QUERY NUMBER_OF_LOGICAL_CORES)

STEllAR-GROUP/hpx cmake/HPX_SetupGasnet.cmake :109

cmake_host_system_information(
          RESULT GASNET_BUILD_PARALLEL_LEVEL QUERY NUMBER_OF_PHYSICAL_CORES
        )

root-project/root CMakeLists.txt :752

cmake_host_system_information(RESULT PROCESSOR QUERY PROCESSOR_DESCRIPTION)

scylladb/scylladb cmake/Findkmip.cmake :11

cmake_host_system_information(
  RESULT distrib_id QUERY DISTRIB_ID)

Slicer/Slicer CMake/FindVcvars.cmake :187

cmake_host_system_information(RESULT _vs_dir QUERY VS_${vs_installer_version}_DIR)

seladb/PcapPlusPlus CMakeLists.txt :457

cmake_host_system_information(RESULT DISTRO_ID QUERY DISTRIB_ID)

NREL/EnergyPlus cmake/SystemDetails.cmake :14

cmake_host_system_information(RESULT OSX_VERSION QUERY OS_RELEASE)

Devsh-Graphics-Programming/Nabla CMakeLists.txt :142

cmake_host_system_information(RESULT _NBL_TOTAL_PHYSICAL_MEMORY_ QUERY TOTAL_PHYSICAL_MEMORY)

openstudiocoalition/OpenStudioApplication CMakeLists.txt :24

cmake_host_system_information(RESULT OSX_VERSION QUERY OS_RELEASE)

aws/credentials-fetcher CMakeLists.txt :51

cmake_host_system_information(RESULT PRETTY_NAME QUERY DISTRIB_PRETTY_NAME)

AliceO2Group/AliceO2 CMakeLists.txt :31

cmake_host_system_information(RESULT _totalmem QUERY TOTAL_PHYSICAL_MEMORY)

KDE/plasma-workspace CMakeLists.txt :282

cmake_host_system_information(RESULT DISTRO_NAME QUERY DISTRIB_ID)

NauEngine/NauEnginePublic engine/3rdparty_libs/xxHash/xxHash/cmake_unofficial/CMakeLists.txt :81

CMAKE_HOST_SYSTEM_INFORMATION(RESULT PLATFORM QUERY OS_PLATFORM)

rbfx/rbfx Source/CMakeLists.txt :29

cmake_host_system_information(RESULT URHO3D_PARALLEL_BUILD QUERY NUMBER_OF_PHYSICAL_CORES)

InsightSoftwareConsortium/ITK CMakeLists.txt :684

cmake_host_system_information(
  RESULT ITK_COMPUTER_MEMORY_AVAILABLE_MB
  QUERY
    TOTAL_PHYSICAL_MEMORY
)

Warzone2100/warzone2100 .ci/githubactions/FetchSentryCLI.cmake :7

cmake_host_system_information(RESULT CMAKE_HOST_SYSTEM_PROCESSOR QUERY OS_PLATFORM)

ClickHouse/ClickHouse CMakeLists.txt :234

cmake_host_system_information(RESULT AVAILABLE_PHYSICAL_MEMORY QUERY AVAILABLE_PHYSICAL_MEMORY)

canonical/multipass CMakeLists.txt :28

cmake_host_system_information(RESULT HOST_OS_NAME QUERY OS_NAME)

ornladios/ADIOS2 cmake/upstream/FindMPI.cmake :1326

cmake_host_system_information(RESULT _MPIEXEC_NUMPROCS QUERY NUMBER_OF_PHYSICAL_CORES)

commontk/CTK Applications/Testing/Cpp/CMakeLists.txt :13

cmake_host_system_information(RESULT DCMQRSCP_HOSTNAME QUERY HOSTNAME)

fraunhoferhhi/vvenc cmake/modules/vvencNumCores.cmake :1

cmake_host_system_information( RESULT num_cores QUERY NUMBER_OF_LOGICAL_CORES )

polarphp/polarphp CMakeLists.txt :29

cmake_host_system_information(
      RESULT localhost_logical_cores QUERY NUMBER_OF_LOGICAL_CORES)

halide/Halide cmake/HalideTargetHelpers.cmake :28

cmake_host_system_information(RESULT is_64bit QUERY IS_64BIT)

Slicer/SlicerGitSVNArchive CMake/FindVcvars.cmake :183

cmake_host_system_information(RESULT _vs_dir QUERY VS_${vs_installer_version}_DIR)

bibletime/bibletime CMakeLists.txt :41

CMAKE_HOST_SYSTEM_INFORMATION(RESULT VALUE QUERY "${KEY}")

PaddlePaddle/Paddle cmake/coveralls.cmake :27

cmake_host_system_information(RESULT core_size QUERY NUMBER_OF_LOGICAL_CORES)

feelpp/feelpp CMakeLists.txt :184

cmake_host_system_information(RESULT NProcs QUERY NUMBER_OF_PHYSICAL_CORES)

wheremyfoodat/Panda3DS third_party/xxhash/cmake_unofficial/CMakeLists.txt :81

CMAKE_HOST_SYSTEM_INFORMATION(RESULT PLATFORM QUERY OS_PLATFORM)

flyinghead/flycast core/deps/xxHash/cmake_unofficial/CMakeLists.txt :75

CMAKE_HOST_SYSTEM_INFORMATION(RESULT PLATFORM QUERY OS_PLATFORM)

UPBGE/upbge CMakeLists.txt :1812

cmake_host_system_information(RESULT _NUM_CORES QUERY NUMBER_OF_LOGICAL_CORES)

celtera/libremidi cmake/libremidi.cppwinrt.cmake :15

cmake_host_system_information(
    RESULT WINSDK_PATH
    QUERY WINDOWS_REGISTRY "HKLM/SOFTWARE/Microsoft/Windows Kits/Installed Roots"
          VALUE KitsRoot10)

PaddlePaddle/Serving cmake/system.cmake :70

CMAKE_HOST_SYSTEM_INFORMATION(RESULT CPU_CORES QUERY NUMBER_OF_LOGICAL_CORES)

trilinos/Trilinos cmake/SimpleTesting/cmake/ctest-common.cmake :87

cmake_host_system_information(RESULT machine_name QUERY HOSTNAME)

MoeMod/CSMoE 3rdparty/mpg123-cmake/src/CMakeLists.txt :185

cmake_host_system_information(RESULT HAVE_FPU QUERY HAS_FPU)

arrayfire/arrayfire src/backend/oneapi/CMakeLists.txt :355

cmake_host_system_information(RESULT NumberOfThreads
  QUERY NUMBER_OF_LOGICAL_CORES)

equeim/tremotesf2 cmake/VcpkgHostTriplet.cmake :18

cmake_host_system_information(RESULT platform QUERY OS_PLATFORM)

cb-geo/mpm cmake/FindMPI.cmake :1285

cmake_host_system_information(RESULT _MPIEXEC_NUMPROCS QUERY NUMBER_OF_PHYSICAL_CORES)

xrootd/xrootd test.cmake :21

cmake_host_system_information(RESULT OS_NAME QUERY OS_NAME)

ufz/ogs scripts/cmake/JobPools.cmake :2

cmake_host_system_information(RESULT _memfree QUERY AVAILABLE_PHYSICAL_MEMORY)

eProsima/Micro-XRCE-DDS test/CMakeLists.txt :17

cmake_host_system_information(RESULT HOSTNAME_SUFFIX QUERY HOSTNAME)

swiftlang/swift CMakeLists.txt :39

cmake_host_system_information(
    RESULT localhost_logical_cores QUERY NUMBER_OF_LOGICAL_CORES)

adobe/lagrange cmake/lagrange/lagrange_global_flags.cmake :101

cmake_host_system_information(RESULT NUMBER_OF_LOGICAL_CORES QUERY NUMBER_OF_LOGICAL_CORES)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/mpg123/ports/cmake/src/CMakeLists.txt :194

cmake_host_system_information(RESULT HAVE_FPU QUERY HAS_FPU)

Lewuathe/mlir-hello thirdparty/llvm-project/llvm/cmake/modules/HandleLLVMOptions.cmake :42

cmake_host_system_information(RESULT available_physical_memory QUERY AVAILABLE_PHYSICAL_MEMORY)

Kitware/VTK CMake/patches/3.22/FindMPI.cmake :1403

cmake_host_system_information(RESULT _MPIEXEC_NUMPROCS QUERY NUMBER_OF_PHYSICAL_CORES)

lagadic/visp cmake/VISPUtils.cmake :2035

cmake_host_system_information(RESULT SYS_INFO QUERY NUMBER_OF_LOGICAL_CORES NUMBER_OF_PHYSICAL_CORES TOTAL_PHYSICAL_MEMORY OS_NAME OS_RELEASE OS_VERSION OS_PLATFORM PROCESSOR_NAME PROCESSOR_DESCRIPTION IS_64BIT HAS_FPU)

google/orbit cmake/version.cmake :69

cmake_host_system_information(RESULT BUILD_MACHINE_STRING QUERY HOSTNAME)

espressomd/espresso CMakeLists.txt :802

cmake_host_system_information(RESULT hostname QUERY HOSTNAME)

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

cmake_host_system_information(RESULT madness_configuration_host QUERY HOSTNAME)

srcML/srcML CMakeLists.txt :48

cmake_host_system_information(RESULT DISTRO QUERY DISTRIB_NAME)

LadybirdBrowser/ladybird Meta/CMake/vcpkg/generate_vcpkg_toolchain_variables.cmake :48

cmake_host_system_information(RESULT os_platform QUERY OS_PLATFORM)

parflow/parflow CMakeLists.txt :149

cmake_host_system_information(RESULT HOSTNAME QUERY HOSTNAME)

fluent/fluent-bit lib/cfl/lib/xxhash/cmake_unofficial/CMakeLists.txt :75

CMAKE_HOST_SYSTEM_INFORMATION(RESULT PLATFORM QUERY OS_PLATFORM)

afni/afni src/gifti/cmake/local_dashboard.cmake :36

cmake_host_system_information(RESULT CTEST_SITE QUERY HOSTNAME)

ptitSeb/box86 CMakeLists.txt :79

cmake_host_system_information(RESULT CMAKE_HOST_SYSTEM_PROCESSOR QUERY OS_PLATFORM)

SoftEtherVPN/SoftEtherVPN src/Cedar/CMakeLists.txt :24

cmake_host_system_information(RESULT HAS_SSE2 QUERY HAS_SSE2)

bitdefender/hvmi CMakeLists.txt :98

cmake_host_system_information(RESULT machine QUERY HOSTNAME)

NeblioTeam/neblio CMakeLists.txt :11

cmake_host_system_information(RESULT hostname QUERY HOSTNAME)

amd/ZenDNN CMakeLists.txt :87

cmake_host_system_information(RESULT NUM_CORES QUERY NUMBER_OF_PHYSICAL_CORES)

stlink-org/stlink CMakeLists.txt :78

cmake_host_system_information(RESULT OS_NAME QUERY OS_NAME)

nrfconnect/sdk-zephyr subsys/bindesc/CMakeLists.txt :61

cmake_host_system_information(RESULT hostname QUERY HOSTNAME)

siconos/siconos ci_gitlab/ctest_driver_install_siconos.cmake :137

cmake_host_system_information(RESULT NP QUERY NUMBER_OF_LOGICAL_CORES)

cburstedde/p4est cmake/config.cmake :14

cmake_host_system_information(RESULT Ncpu QUERY NUMBER_OF_PHYSICAL_CORES)