Fix a typo

This commit is contained in:
Laurent Rineau 2014-02-12 09:49:13 +01:00
parent 909691f77c
commit d537497b88
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if ( NOT CGAL_GENERATOR_SPECIFIC_SETTINGS_FILE_INCLUDED )
elseif ( MSVC12 )
set(CGAL_TOOLSET "vc120")
message( STATUS "Using VC12 compiler." )
elsif ( MSVC11 )
elseif ( MSVC11 )
set(CGAL_TOOLSET "vc110")
message( STATUS "Using VC11 compiler." )
elseif ( MSVC10 )