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

Fix a typo in the Visual-Studio Dll-Versions
kimkulling-enable_language_support_issue4257
Kim Kulling 2021-12-16 15:39:01 +01:00 committed by GitHub
commit c4d858cf4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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")