From 07d56879ff8a8754ca8f0c3b1294aa6ee0a9422d Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 22 Mar 2022 07:11:32 +0100 Subject: [PATCH] Update CMakeLists.txt --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3178f9f74..e4219015f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -33,8 +33,8 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_helper.ps1 "$ErrorActionPreference = \"Stop\"\n" "$OutputEncoding\n" "Get-Content $args[1]\n" -"Get-Content $args[1] -Encoding utf8NoBOM | & file -\n" -"Get-Content $args[1] -Encoding utf8NoBOM | & $args[0]\n" +"Get-Content $args[1] -Encoding Ascii | & file -\n" +"Get-Content $args[1] -Encoding Ascii | & $args[0]\n" "If ((Get-Content $args[2] | %{$_ -match \"FATAL\"}) -contains $true) {\n" "echo Error\n" "exit 1\n"