Merge pull request #4260 from assimp/kimkulling-patch-1

Fix a typo in the Visual-Studio Dll-Versions
This commit is contained in:
Kim Kulling
2021-12-16 15:39:01 +01:00
committed by GitHub

View File

@@ -762,7 +762,7 @@ if(WIN32)
IF(MSVC_TOOLSET_VERSION)
SET(MSVC_PREFIX "vc${MSVC_TOOLSET_VERSION}")
SET(ASSIMP_MSVC_VERSION ${MCVS_PREFIX})
SET(ASSIMP_MSVC_VERSION ${MSVC_PREFIX})
ELSE()
IF(MSVC12)
SET(ASSIMP_MSVC_VERSION "vc120")