Updating DAE support for vc141 (VisualStudio2017), aligned with 3rdParty package
This commit is contained in:
parent
7729d38b2b
commit
8bd4d9ef49
@ -29,9 +29,12 @@ IF(APPLE)
|
||||
ELSEIF(MINGW)
|
||||
SET(COLLADA_BUILDNAME "mingw")
|
||||
SET(COLLADA_BOOST_BUILDNAME ${COLLADA_BUILDNAME})
|
||||
ELSEIF((MSVC_VERSION GREATER 1900) OR (MSVC_VERSION EQUAL 1900))
|
||||
ELSEIF(MSVC_VERSION GREATER_EQUAL 1910)
|
||||
SET(COLLADA_BUILDNAME "vc14")
|
||||
SET(COLLADA_BOOST_BUILDNAME "vc140")
|
||||
SET(COLLADA_BOOST_BUILDNAME "vc141")
|
||||
ELSEIF(MSVC_VERSION EQUAL 1900)
|
||||
SET(COLLADA_BUILDNAME "vc14")
|
||||
SET(COLLADA_BOOST_BUILDNAME "vc140")
|
||||
ELSEIF(MSVC_VERSION EQUAL 1800)
|
||||
SET(COLLADA_BUILDNAME "vc12")
|
||||
SET(COLLADA_BOOST_BUILDNAME "vc120")
|
||||
|
Loading…
Reference in New Issue
Block a user