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