mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:02:29 +00:00
--ignore-whitespace in patch Fixes #565
This commit is contained in:
+1
-1
@@ -290,7 +290,7 @@ if not %ERRORLEVEL%==0 goto :Error
|
|||||||
findstr IfcOpenShell "%DEPENDENCY_DIR%\CMakeLists.txt">NUL
|
findstr IfcOpenShell "%DEPENDENCY_DIR%\CMakeLists.txt">NUL
|
||||||
if not %ERRORLEVEL%==0 (
|
if not %ERRORLEVEL%==0 (
|
||||||
pushd "%DEPENDENCY_DIR%"
|
pushd "%DEPENDENCY_DIR%"
|
||||||
git apply ""%~dp0patches\%OCCT_VER%.patch"
|
git apply --ignore-whitespace ""%~dp0patches\%OCCT_VER%.patch"
|
||||||
popd
|
popd
|
||||||
)
|
)
|
||||||
findstr IfcOpenShell "%DEPENDENCY_DIR%\CMakeLists.txt">NUL
|
findstr IfcOpenShell "%DEPENDENCY_DIR%\CMakeLists.txt">NUL
|
||||||
|
|||||||
Reference in New Issue
Block a user