Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arniiiii committed Jul 19, 2024
1 parent 562d4a4 commit f25a6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CPM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function(cpm_add_patches)
list(APPEND temp_list "&&")
endif()
# Add the patch command to the list
list(APPEND temp_list "${PATCH_EXECUTABLE}" "--forward" "-p1" "<" "${PATCH_FILE}")
list(APPEND temp_list "${PATCH_EXECUTABLE}" "-p1" "-Nn" "<" "${PATCH_FILE}")
endforeach()

# Move temp out into parent scope.
Expand Down

0 comments on commit f25a6fb

Please sign in to comment.