mirror of https://github.com/CGAL/cgal
D'oh!
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
parent
61a39cc95b
commit
98e3dbb6e3
|
|
@ -106,7 +106,7 @@ build_platforms_list()
|
||||||
{
|
{
|
||||||
for LOCAL_PLATFORM in $1; do
|
for LOCAL_PLATFORM in $1; do
|
||||||
# MSVC2015 does not support C++17
|
# 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
|
if [ "LOCAL_PLATFORM" = "MSVC2015-Release-64bits" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue