<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Is it possible to use a different name in place of CMakeLists.txt ?<br>
<br>
I am considering using CMake, but I want to conform the to one of the
boost guidelines at<br>
<a class="moz-txt-link-freetext" href="http://www.boost.org/development/requirements.html">http://www.boost.org/development/requirements.html</a><br>
In particular, under the heading<br>
Directory Structure and Filenames<br>
the following guideline appears: <br>
"Names must contain onl<strong></strong>y lowercase ASCII letters (<code>'a'</code>-<code>'z'</code>),
numbers (<code>'0'</code>-<code>'9'</code>), underscores (<code>'_'</code>),
hyphens (<code>'-'</code>), and periods (<code>'.'</code>). Spaces are
not allowed."<br>
<br>
<br>
</body>
</html>