Re: [CMake] sequence of cmake external project

2011-04-20 Thread David Cole
On Wed, Apr 20, 2011 at 12:52 PM, Yu, Daphne (SCR US) wrote: > Hello cmake users, > > I’m wondering if someone can clarify the sequence commands of CMake > external project for me. For example, I have 2 external projects as below: > > > ExternalProject_Add(A > PREFIX A > > INSTALL_COMMAND [copi

[CMake] sequence of cmake external project

2011-04-20 Thread Yu, Daphne (SCR US)
Hello cmake users, I'm wondering if someone can clarify the sequence commands of CMake external project for me. For example, I have 2 external projects as below: ExternalProject_Add(A PREFIX A INSTALL_COMMAND [copies includes files of A to some path] ) ExternalProject_Add(B PREFIX B DEPENDS