> i've recently run into a problem (both windows/mingw and unix/intel) where > the cmake-generated build files > create too long command lines that break the overall build. more precisely, > the build system uses architecture paths etc > and hence there are long include directories for many packages; e.g. the > fortran preprocessor from intel > (in the version we have, cant be upgraded) only allows 4K command lines :-(
Can your tool process command-line parameters also from other external input files? Have you got any experiences around the reuse of "response files"? Regards, Markus -- 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
