[Cmake] critical/crash bug

William A. Hoffman billlist at nycap.rr.com
Thu, 25 Mar 2004 11:26:45 -0500


As long as the PROJECT command comes first, you can have additional
PROJECT commands any where in the project.  So the top meta-project
will have to have a PROJECT command if any of the sub-projects have one.
Really, for any substantial size project, the PROJECT command should be used.
To support very small hello world type files, cmake supports projects without
PROJECT.   

-Bill

At 11:10 AM 3/25/2004, Richard Wackerbarth wrote:

>On Mar 25, 2004, at 9:08 AM, William A. Hoffman wrote:
>
>>This should be better documented, but if you have a PROJECT command, then it MUST
>>be the first command in the CMakeLists.txt file.
>>
>>-Bill
>
>Is there a way to handle a "meta-project" that consists of a number of projects?
>
>_______________________________________________
>Cmake mailing list
>Cmake at www.cmake.org
>http://www.cmake.org/mailman/listinfo/cmake