Skip to content
Snippets Groups Projects
Unverified Commit fcffc442 authored by Martyn Gigg's avatar Martyn Gigg Committed by GitHub
Browse files

Fix path to eigen-prefix for CLEAN_EXTERNAL_PROJECT

parent a2a23eba
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ if EXIST %BUILD_DIR% (
rmdir /S /Q %BUILD_DIR%\bin %BUILD_DIR%\ExternalData
for /f %%F in ('dir /b /a-d /S "TEST-*.xml"') do del /Q %%F >/nul
if "!CLEAN_EXTERNAL_PROJECTS!" == "true" (
rmdir /S /Q %BUILD_DIR%\eigen-download %BUILD_DIR%\eigen-src
rmdir /S /Q %BUILD_DIR%\eigen-prefix
rmdir /S /Q %BUILD_DIR%\googletest-download %BUILD_DIR%\googletest-src
rmdir /S /Q %BUILD_DIR%\python-xmlrunner-download %BUILD_DIR%\python-xmlrunner-src
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment