diff options
author | Craig Scott <craig.scott@crascit.com> | 2024-07-26 00:58:19 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2024-07-26 00:58:19 (GMT) |
commit | c233c51cb96468458eb5f5540f468d489954da2e (patch) | |
tree | 994eef0fe830cbf565572f15581e34b7c01e17e3 | |
parent | aad3ee074b1a0025247ea9cb0df9bff2417f5042 (diff) | |
download | CMake-c233c51cb96468458eb5f5540f468d489954da2e.zip CMake-c233c51cb96468458eb5f5540f468d489954da2e.tar.gz CMake-c233c51cb96468458eb5f5540f468d489954da2e.tar.bz2 |
ExternalProject: Fix bad indenting for uses_terminal
-rw-r--r-- | Modules/ExternalProject/shared_internal_commands.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/ExternalProject/shared_internal_commands.cmake b/Modules/ExternalProject/shared_internal_commands.cmake index acd97f1..ef0c6d9 100644 --- a/Modules/ExternalProject/shared_internal_commands.cmake +++ b/Modules/ExternalProject/shared_internal_commands.cmake @@ -1394,7 +1394,7 @@ hash=${hash} DEPENDS \${depends} DEPENDEES mkdir ${log} - ${uses_terminal} + ${uses_terminal} )" ) endfunction() @@ -1719,7 +1719,7 @@ Update to Mercurial >= 2.1.1. DEPENDEES download DEPENDS \${file_deps} ${log} - ${uses_terminal} + ${uses_terminal} )" ) if(update_disconnected) @@ -1740,7 +1740,7 @@ Update to Mercurial >= 2.1.1. DEPENDEES download DEPENDS \${file_deps} ${log} - ${uses_terminal} + ${uses_terminal} )" ) endif() @@ -1831,7 +1831,7 @@ function(_ep_add_patch_command name) DEPENDEES update DEPENDS \${patch_info_file} ${log} - ${uses_terminal} + ${uses_terminal} )" ) @@ -1844,7 +1844,7 @@ function(_ep_add_patch_command name) DEPENDEES update_disconnected DEPENDS \${patch_info_file} ${log} - ${uses_terminal} + ${uses_terminal} )" ) endif() |