diff --git a/Installation/cmake/modules/CGAL_GeneratorSpecificSettings.cmake b/Installation/cmake/modules/CGAL_GeneratorSpecificSettings.cmake index cbcfe3f48ae..c4f18dad884 100644 --- a/Installation/cmake/modules/CGAL_GeneratorSpecificSettings.cmake +++ b/Installation/cmake/modules/CGAL_GeneratorSpecificSettings.cmake @@ -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 )