From d537497b88088fda2d345ce62576836d8c88d34f Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 12 Feb 2014 09:49:13 +0100 Subject: [PATCH] Fix a typo --- Installation/cmake/modules/CGAL_GeneratorSpecificSettings.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )