summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCompilerABI.h
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-04-22 13:10:01 (GMT)
committerDavid Cole <david.cole@kitware.com>2012-04-22 13:10:01 (GMT)
commit64818c107737ad1bc5ee57a0ddeac1fc1e945faf (patch)
tree35a984ce1d28350db424b5034cc2c77bdc589e45 /Modules/CMakeCompilerABI.h
parent3a503926018fd10ef2120e2c1b98e93afb4fd0c1 (diff)
downloadCMake-64818c107737ad1bc5ee57a0ddeac1fc1e945faf.zip
CMake-64818c107737ad1bc5ee57a0ddeac1fc1e945faf.tar.gz
CMake-64818c107737ad1bc5ee57a0ddeac1fc1e945faf.tar.bz2
ExternalProject: Add missing COMMAND keyword
Commit f67139ae added running a verify script in between running the download and extract scripts. Since then, it has always been missing the COMMAND keyword added in this commit. It worked anyway (semi-accidentally) by running a command line like: cmake -P script1.cmake cmake -P script2.cmake CMake, when running -P scripts on the command line, runs them in order, and apparently ignores spurious arguments in between (the middle "cmake" in the above example) and so, all appeared to work as intended. This commit adds the missing keyword and the commands that run are now two separate sequential cmake invocations like: cmake -P script1.cmake cmake -P script2.cmake ...which was the original intent of commit f67139ae
Diffstat (limited to 'Modules/CMakeCompilerABI.h')
0 files changed, 0 insertions, 0 deletions