2012/1/28 [email protected] <[email protected]>: > Is it possible to get CMake to process/search for an alternative default > filename to CMakeLists.txt?
No I don't think so. And if I remember well the name change wouldn't be that easy to implement. (beside the obvious search & replace in the CMake source code). > Motivation: I'm trying to set up CMake files for a rather large project that > has an existing set of CMake files that a) I'd like to keep in place and b) > keep unchanged until the parallel build works. May be you could write a small script which does the switch? Your current CMakeLists.txt would be renamed to CMakeLists.txt.serial You write CMakeLists.txt.para Your script does a copy of *.para to CMakeLists.txt. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
