On Thursday 24 October 2013 22:29:51 Alexander Neundorf wrote:
> If somebody feels like it, I think it would be a good idea to remove
> ECMPrintVariables.cmake, now that there is a replacement in cmake.
Makes sense IMO. Thanks for pointing it out.
Regards.
--
Kévin Ottens, http://ervin.ipsquad.n
Hi,
e-c-m has a macro ecm_print_variables()
>From the documentation:
# Example:
# ecm_print_variables(CMAKE_C_COMPILER
# CMAKE_MAJOR_VERSION THIS_ONE_DOES_NOT_EXIST)
# Gives:
# -- CMAKE_C_COMPILER="/usr/bin/gcc" ; CMAKE_MAJOR_VERSION="2" ;
# THIS_ONE_DOES_NOT_EXIST=