[CMake] Is there a way to tell cmake to only care about certain targets?

2011-08-11 Thread cheshirekow
I'm trying to automate generation of doxygen documentation for codes on a webserver. The webserver contains a working copy of the codes checked out from version control, and I'd like to script the process of going into each and running doxygen. The server that's running the site doesn't have all

Re: [CMake] Is there a way to tell cmake to only care about certain targets?

2011-08-11 Thread cheshirekow
On Thu, 2011-08-11 at 13:42 -0400, cheshirekow wrote: Is there a way to tell cmake to only care about the doc target? As in don't fail when it can't find libraries required by other targets? I've decided that I can accomplish what I want by putting the build commands for the actual outputs