Skip to content

Commit

Permalink
Merge pull request #7519 from sloriot/CGAL-no_MSVC2015_tests
Browse files Browse the repository at this point in the history
disable MSVC 2015 with CGAL 6.0
  • Loading branch information
lrineau committed Jun 16, 2023
2 parents 50cae0d + c4eb65d commit ee98d37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Scripts/developer_scripts/autotest_cgal
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,13 @@ setup_dirs()

for PLATFORM in ${PLATFORMS}; do

# MSVC2015 does not support C++17
if [ "$CGAL_RELEASE_ID" \> "CGAL-6.0" ]; then
if [ "$PLATFORMS" = "MSVC2015-Release-64bits" ]; then
continue
fi
fi

CGAL_BINARY_DIR=${CGAL_BINARY_DIR_BASE}/${PLATFORM}

if [ ! -d "${CGAL_BINARY_DIR}" ]; then
Expand Down

0 comments on commit ee98d37

Please sign in to comment.