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

Configuration - Update file globbing and condition checks for installation paths (#399)

This commit is contained in:
Pasukhin Dmitry
2025-03-03 00:57:42 +01:00
committed by dpasukhi
parent ad110c5b01
commit fbe07bd763
3 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ if (EXECUTABLE_PROJECT)
else()
add_library (${PROJECT_NAME} ${USED_SRCFILES} ${USED_INCFILES} ${USED_RCFILE} ${RESOURCE_FILES} ${${PROJECT_NAME}_MOC_FILES})
if (MSVC)
if (MSVC AND BUILD_SHARED_LIBS)
if (BUILD_FORCE_RelWithDebInfo)
set (aReleasePdbConf "Release")
else()