On 08/03/2016 11:47 AM, Patrick Welche wrote: > One thing: in the "Treat BSDs more uniformly" patch, there was some: > > +# if defined(KWSYS_SYSTEMINFORMATION_HAS_BACKTRACE) > +# include <execinfo.h> > +# if defined(KWSYS_SYSTEMINFORMATION_HAS_CPP_DEMANGLE) > +# include <cxxabi.h> > +# endif > +# if defined(KWSYS_SYSTEMINFORMATION_HAS_SYMBOL_LOOKUP) > +# include <dlfcn.h> > +# endif > +# endif > > which I don't seem to see anymore - is that part superfluous?
The same block already occurs unconditionally a bit later in the file. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers