mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
6 lines
152 B
CMake
6 lines
152 B
CMake
cmake_host_system_information(RESULT UNIT_TEST QUERY DISTRIB_INFO)
|
|
|
|
foreach(VAR IN LISTS UNIT_TEST)
|
|
message(STATUS "${VAR}=`${${VAR}}`")
|
|
endforeach()
|