[CMake] "Needs Utility" macro
William A. Hoffman
billlist at nycap.rr.com
Wed Aug 24 07:59:29 EDT 2005
Again, this is a bug, they should NOT appear.
If fact, they do not appear on my machine with CVS CMake.
There is a Test called SubDir that verifies this.
PROJECT(SUBDIR)
SUBDIRS(Executable EXCLUDE_FROM_ALL Examples)
When I load SUBDIR.sln, none of the projects from Examples are in it.
And there is an Examples.sln created that contains the projects found
in the Examples directory.
What version of CMake are you using?
-Bill
At 04:10 AM 8/24/2005, John Biddiscombe wrote:
>David Cole wrote:
>
>>They "appear" ... but they don't build, do they? They are the "skipped" projects when you build.
>
>
>They appear and they build. What I'd like is to flag the project as skipped and have it not appear and not build unless something else (which is a top level project) needs it. I think I'll need to create a macro.
>
>thanks
>
>JB
>
>
>_______________________________________________
>CMake mailing list
>CMake at cmake.org
>http://www.cmake.org/mailman/listinfo/cmake
More information about the CMake
mailing list