Martin Lütken a écrit :
Is it possible to change the default the default filename "CMakeLists.txt" cmake looks for to something different ? If not, then does anyone have an idea how hard it would be to add a possiblity (command line option I guess) like that to the cmake source code ?

No there is no possibilities to change it.
If you really want to, just use the file you want and in your CMakeLists.txt do :
INCLUDE("your file")

--Sylvain
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to