Re: [cmake-developers] The "cmake_host_system_information" Command

2018-09-04 Thread Brad King
On 09/01/2018 08:50 PM, Taylor Holberton wrote: > create non-trivial variables that make queries when they are expanded I understand the proposal but I don't think we should do that. The variable expansion logic is already one of the hottest parts of the code shown in profiling. Adding dispatch

[cmake-developers] The "cmake_host_system_information" Command

2018-09-01 Thread Taylor Holberton
Hello! I noticed, since 3.10, there's been several new additions to the query key list of this command. I understand the idea behind this command is to request information that is non-trivial to access. For example, FQDN takes a little bit longer than the others. I think ideally, all variables