summaryrefslogtreecommitdiffstats
path: root/Source/cmSubdirDependsCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵Brad King2001-12-101-12/+7
| | | | functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped.
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* ENH: Added SUBDIR_DEPENDS command and corresponding support code. This ↵Brad King2001-08-011-0/+105
command allows specification that a set of subdirectories be built before a particular directory.