Merge pull request #1220 from andre-schulz/fix-pdb-install-relwithdebinfo

Fix PDB file installation in RelWithDebInfo configuration
pull/1221/head
Kim Kulling 2017-04-01 22:14:55 +02:00 committed by GitHub
commit ea102e226d
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ if(MSVC AND ASSIMP_INSTALL_PDB)
DESTINATION ${ASSIMP_LIB_INSTALL_DIR}
CONFIGURATIONS Debug
)
install(FILES ${Assimp_BINARY_DIR}/code/RelWithDebInfo/assimp.pdb
install(FILES ${Assimp_BINARY_DIR}/code/RelWithDebInfo/assimp${LIBRARY_SUFFIX}.pdb
DESTINATION ${ASSIMP_LIB_INSTALL_DIR}
CONFIGURATIONS RelWithDebInfo
)