missing ${}

This commit is contained in:
Sébastien Loriot 2023-07-06 09:37:02 +02:00
parent 72044ffed4
commit 404bc84696
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ setup_dirs()
# MSVC2015 does not support C++17
if [ "${CGAL_RELEASE_ID}" \> "CGAL-6.0" ]; then
if [ "PLATFORM" = "MSVC2015-Release-64bits" ]; then
if [ "${PLATFORM}" = "MSVC2015-Release-64bits" ]; then
continue
fi
fi