Fix PDB file installation in RelWithDebInfo configuration

pull/1220/head
Andre Schulz 2017-04-01 16:03:01 +02:00
parent 9f3154a5f3
commit 0f6782df27
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
)