diff --git a/CMakeLists.txt b/CMakeLists.txt index d1a7faf..22b2549 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ macro(build_uncrustify) ${extra_cmake_args} -Wno-dev PATCH_COMMAND - ${CMAKE_COMMAND} -E chdir git checkout -q . && ${CMAKE_COMMAND} -E chdir git apply -p1 --ignore-space-change --whitespace=nowarn ${CMAKE_CURRENT_SOURCE_DIR}/install-patch.diff + ${CMAKE_COMMAND} -E chdir git apply -p1 --ignore-space-change --whitespace=nowarn ${CMAKE_CURRENT_SOURCE_DIR}/install-patch.diff ) # The external project will install to the build folder, but we'll install that on make install.