Disable JIT debug for ctest.ext

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
This commit is contained in:
Alan Jowett 2021-12-15 15:40:35 -07:00 committed by Martin Hořeňovský
parent dcf9479c85
commit d30d0c01a7
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
SETLOCAL EnableDelayedExpansion
rem Disable launching the JIT debugger for ctest.exe
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\AutoExclusionList" /v "ctest.ext" /t REG_DWORD /d 1
cd Build
if "%CONFIGURATION%"=="Debug" (
if "%coverage%"=="1" (