6 lines
148 B
CMake
Raw Normal View History

2021-11-20 13:41:27 +01:00
cmake_host_system_information(RESULT CENTOS6 QUERY DISTRIB_INFO)
foreach(VAR IN LISTS CENTOS6)
message(STATUS "${VAR}=`${${VAR}}`")
endforeach()