1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

0029266: Configuration - CMake install does not copy pdb files in Debug mode due to the changes in 0028287

Define variable "OCCT_INSTALL_BIN_LETTER" only if compiler is some version of Microsoft Visual C.
This commit is contained in:
apn
2018-05-24 16:54:00 +03:00
committed by abv
parent fad3eca77f
commit 6acbb1c641
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ foreach (OCCT_MODULE ${OCC_MODULES_LIST})
endif()
endforeach()
if (WIN32)
if (MSVC)
OCCT_INSERT_CODE_FOR_TARGET ()
endif()