1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +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

@ -585,7 +585,7 @@ endmacro()
# prior to version 3.3 not supporting per-configuration install paths
# for install target files (see https://cmake.org/Bug/view.php?id=14317)
macro (OCCT_UPDATE_TARGET_FILE)
if (WIN32)
if (MSVC)
OCCT_INSERT_CODE_FOR_TARGET ()
endif()

View File

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