From 98e3dbb6e372732741f3400be83c6974a5cbde12 Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Thu, 22 Jun 2023 10:26:19 +0200 Subject: [PATCH] D'oh! Co-authored-by: Laurent Rineau --- Scripts/developer_scripts/run_testsuite_with_ctest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/developer_scripts/run_testsuite_with_ctest b/Scripts/developer_scripts/run_testsuite_with_ctest index 9c47517049e..b86a5b9f705 100644 --- a/Scripts/developer_scripts/run_testsuite_with_ctest +++ b/Scripts/developer_scripts/run_testsuite_with_ctest @@ -106,7 +106,7 @@ build_platforms_list() { for LOCAL_PLATFORM in $1; do # MSVC2015 does not support C++17 - if [ $1 \> "CGAL-6.0" ]; then + if [ $2 \> "CGAL-6.0" ]; then if [ "LOCAL_PLATFORM" = "MSVC2015-Release-64bits" ]; then continue fi