missing ${}
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user