mirror of https://github.com/CGAL/cgal
missing ${}
This commit is contained in:
parent
72044ffed4
commit
404bc84696
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue