Вопрос

is it possible to easily get the hostname on which the CMake configuration is launched ?

If it is not possible, how can I get the hostname on which CTest is launched ?

I am using CMake and CTest under Windows and Linux.

Thanks,

Это было полезно?

Решение

The CMake site_name() function should give you what you want. To get info on it do "cmake --help-command SITE_NAME".

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top