David Cole
|
f95bc6b5ad
Eliminate ExternalProject's use of CMAKE_CFG_INTDIR subdir for Makefile generators. It was causing problems with parallel make -j invocations. Keep it for multi-configuration build systems so that Debug and Release stamp files remain separate.
|
16 سال پیش |
Brad King
|
3a666595c9
Convert CMake non-find modules to BSD License
|
16 سال پیش |
David Cole
|
cba1dd59fd
Better error message tells user possible ways to resolve the error.
|
16 سال پیش |
David Cole
|
6149e8f7e8
Missed another CMAKE_CFG_INTDIR reference in the previously previous commit.
|
16 سال پیش |
David Cole
|
883338584f
Missed a CMAKE_CFG_INTDIR reference in the previous commit.
|
16 سال پیش |
David Cole
|
002ae925c3
Use more verbose/descriptive names for the "public API" functions in the ExternalProject.cmake module. Follow the cmake function naming convention, using a ModuleFileName_ prefix. Locate stamp files under a CMAKE_CFG_INTDIR subdir of the stamp dir so that debug and release builds have separate stamp files for Visual Studio builds. If no CMAKE_GENERATOR argument is given to ExternalProject_Add, default to using the parent project's cmake generator.
|
16 سال پیش |
David Cole
|
5624be360e
Add test step to ExternalProject builds. Rename SVN_TAG to SVN_REVISION since it is a more accurate name.
|
16 سال پیش |
David Cole
|
1171bcfc69
Add missing argument to _ep_write_downloadfile_script.
|
16 سال پیش |
David Cole
|
0470a0c1ad
Remove DownloadFile.cmake and UntarFile.cmake from the Modules directory. Put functionality directly into ExternalProject.cmake itself so that these modules do not end up in the upcoming release of CMake.
|
16 سال پیش |
Brad King
|
a03bb5a28f
ENH: Check tarball filename in ep_add
|
16 سال پیش |
David Cole
|
10f4e911f0
BUG: Allow arbitrary text in values for some keywords. (And avoid warning that the arbitrary text is an unknown keyword.)
|
16 سال پیش |
David Cole
|
04fb177de1
BUG: cmd_set logic was missing from update and patch steps. Fix it so that UPDATE_COMMAND "" means "no update step even though this is a CVS/SVN repository..."
|
16 سال پیش |
Brad King
|
031379abe6
ENH: New ExternalProject.cmake module interface
|
16 سال پیش |