We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2938c commit 6efd5daCopy full SHA for 6efd5da
3rdparty/CMakeLists.txt
@@ -62,7 +62,7 @@ foreach(DEP_IDX RANGE ${DEP_COUNT_MINUS_ONE})
62
PATCH_COMMAND
63
bash
64
-c
65
- "patch -p1 --batch --dry-run -R -i '${_patch_file}' && echo 'Patch already applied, skipping.' || patch -p1 --forward --batch -i '${_patch_file}'"
+ "patch -p1 --forward --batch --dry-run -i '${_patch_file}' && patch -p1 --forward --batch -i '${_patch_file}' || echo 'Patch already applied, skipping.'"
66
)
67
endif()
68
0 commit comments