mirror of https://github.com/CGAL/cgal
Fix a typo
This commit is contained in:
parent
909691f77c
commit
d537497b88
|
|
@ -14,7 +14,7 @@ if ( NOT CGAL_GENERATOR_SPECIFIC_SETTINGS_FILE_INCLUDED )
|
||||||
elseif ( MSVC12 )
|
elseif ( MSVC12 )
|
||||||
set(CGAL_TOOLSET "vc120")
|
set(CGAL_TOOLSET "vc120")
|
||||||
message( STATUS "Using VC12 compiler." )
|
message( STATUS "Using VC12 compiler." )
|
||||||
elsif ( MSVC11 )
|
elseif ( MSVC11 )
|
||||||
set(CGAL_TOOLSET "vc110")
|
set(CGAL_TOOLSET "vc110")
|
||||||
message( STATUS "Using VC11 compiler." )
|
message( STATUS "Using VC11 compiler." )
|
||||||
elseif ( MSVC10 )
|
elseif ( MSVC10 )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue