Re: extra-cmake-modules: remove ECMPrintVariables.cmake

2013-10-25 Thread Kevin Ottens
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

extra-cmake-modules: remove ECMPrintVariables.cmake

2013-10-24 Thread Alexander Neundorf
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=