From 598fcce93c5fcaafa8b556c1530ebaf62f414422 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Mon, 2 Jun 2014 14:32:23 +0400 Subject: [PATCH] Update of CMakeLists.txt for Microsoft Visual Studio 2013 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bbd29aa30..49add8fef6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,6 +81,8 @@ if (MSVC) set (COMPILER vc10) elseif (MSVC11) set (COMPILER vc11) + elseif (MSVC12) + set (COMPILER vc12) endif() elseif (DEFINED CMAKE_COMPILER_IS_GNUCC) set (COMPILER gcc)