summaryrefslogtreecommitdiffstats
path: root/Modules/ExternalProject.cmake
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ExternalProject's use of CMAKE_CFG_INTDIR subdir for Makefile gener...David Cole2009-09-301-16/+42
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+12
* Better error message tells user possible ways to resolve the error.David Cole2009-09-181-1/+1
* Missed another CMAKE_CFG_INTDIR reference in the previously previous commit.David Cole2009-09-081-0/+1
* Missed a CMAKE_CFG_INTDIR reference in the previous commit.David Cole2009-09-081-1/+1
* Use more verbose/descriptive names for the "public API" functions in the Exte...David Cole2009-09-081-57/+63
* Add test step to ExternalProject builds. Rename SVN_TAG to SVN_REVISION since...David Cole2009-09-031-7/+61
* Add missing argument to _ep_write_downloadfile_script.David Cole2009-08-261-1/+1
* Remove DownloadFile.cmake and UntarFile.cmake from the Modules directory. Put...David Cole2009-08-191-3/+130
* ENH: Check tarball filename in ep_addBrad King2009-07-131-2/+5
* BUG: Allow arbitrary text in values for some keywords. (And avoid warning tha...David Cole2009-07-021-16/+30
* BUG: cmd_set logic was missing from update and patch steps. Fix it so that UP...David Cole2009-07-021-3/+8
* ENH: New ExternalProject.cmake module interfaceBrad King2009-06-241-0/+704