Improve comparison. Needs to be send upstream, AmineKhaldi :)

svn path=/trunk/; revision=62565
This commit is contained in:
Hermès Bélusca-Maïto 2014-03-26 00:49:41 +00:00
parent 5399c9a10c
commit 7872f6a066

View file

@ -119,7 +119,7 @@ if(CMAKE_FORCE_WIN64 OR CMAKE_FORCE_IA64)
set(CMAKE_CL_64 1)
endif()
if("${MSVC_VERSION}" GREATER 1599)
if(MSVC_VERSION GREATER 1599)
set(MSVC_INCREMENTAL_DEFAULT ON)
endif()