[CMake] Changing name of CMakeLists.txt file
Michael Wild
themiwi at gmail.com
Sun Jan 17 12:20:38 EST 2010
On 17. Jan, 2010, at 17:10 , Brad Bell wrote:
> Is it possible to use a different name in place of CMakeLists.txt ?
>
> I am considering using CMake, but I want to conform the to one of the boost guidelines at
> http://www.boost.org/development/requirements.html
> In particular, under the heading
> Directory Structure and Filenames
> the following guideline appears:
> "Names must contain onl**y lowercase ASCII letters (|'a'|-|'z'|), numbers (|'0'|-|'9'|), underscores (|'_'|), hyphens (|'-'|), and periods (|'.'|). Spaces are not allowed."
There is no way to do this (except hacking CMake...)
But then, Boost uses CMakeLists.txt itself: http://svn.boost.org/svn/boost/trunk/
Michael
More information about the CMake
mailing list