c0f1af926f
The ExternalProject_Add DEPENDS option adds two types of dependencies.
It adds a target-level build order dependency between the external
project target and the named targets. It also adds a file-level
dependency on the "done" stamp file of the named external project
targets. Targets not created by ExternalProject_Add have no such stamp
file and no _EP_STAMP_DIR property. Prior to commit
|
||
---|---|---|
.. | ||
Example | ||
CMakeLists.txt | ||
Step1.tar | ||
Step1.tar.bz2 | ||
Step1.tgz | ||
Step1.zip | ||
Step1NoDir.tar | ||
Step1NoDir.tar.bz2 | ||
Step1NoDir.tgz | ||
Step1NoDir.zip | ||
Step1Patch.cmake | ||
TryCheckout.cmake | ||
cvsrepo.tgz | ||
gitrepo.tgz | ||
hgrepo.tgz | ||
svnrepo.tgz |