From 5bf33382b79a50564a144b09e1abb84495288941 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 16 Jul 2024 12:55:39 -0400 Subject: [PATCH] Update CPM.cmake --- cmake/CPM.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/CPM.cmake b/cmake/CPM.cmake index 0b0098e1..9f8f7af5 100644 --- a/cmake/CPM.cmake +++ b/cmake/CPM.cmake @@ -516,8 +516,6 @@ function(cpm_add_patches) list(APPEND temp_list "&&") endif() # Add the patch command to the list - # The --batch flag is used to prevent the patch command from asking for user input - # and it does not apply the patch if it is unnecessary. list(APPEND temp_list "${PATCH_EXECUTABLE}" "--batch" "-p1" "<" "${PATCH_FILE}") endforeach()