[CMake] Re: Custom build step

Brandon Van Every bvanevery at gmail.com
Sat Jan 19 13:15:48 EST 2008


I'm going to take a wild guess that one of your variables is emitting
extra quotes or open parentheses or something, such that the 2nd
ADD_CUSTOM_COMMAND gratuitously disappears.  Suggest you message() all
your variables to see what they are, and also write a small test case
that simulates the behavior you're trying to implement, without all
the fancy extra logic.

Cheers,
Brandon Van Every


More information about the CMake mailing list