vs 2013 has already version info grater 18

This commit is contained in:
looooo
2017-05-16 20:53:27 +02:00
committed by wmayer
parent 7114667d64
commit b1e3777834

View File

@@ -32,7 +32,7 @@ if(MSVC)
)
#Universal C runtime introduced in VS 2015 (cl version 19)
if (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "18")
if (NOT (CMAKE_CXX_COMPILER_VERSION VERSION_LESS "19"))
list(APPEND FreeCADBase_LIBS
debug vcruntimed.lib
debug ucrtd.lib