Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
Sebastien Loriot 2023-06-22 10:26:19 +02:00 committed by GitHub
parent 61a39cc95b
commit 98e3dbb6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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