mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0029266: CMake install does not copy pdb files in Debug mode due to the changes in 0028287
OCCT_INSTALL_BIN_LETTER is used only on Windows (isn't depended on type of generator) because bind/libd/bini/libi folders are not used on Linux (only bin and lib)
This commit is contained in:
parent
fcd9a94e76
commit
b1f350a2e1
@ -1095,10 +1095,6 @@ if (APPLE)
|
|||||||
set (SET_OpenCASCADE_WITH_GLX "set (OpenCASCADE_WITH_GLX ${USE_GLX})")
|
set (SET_OpenCASCADE_WITH_GLX "set (OpenCASCADE_WITH_GLX ${USE_GLX})")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT SINGLE_GENERATOR)
|
|
||||||
OCCT_INSERT_CODE_FOR_TARGET()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Configure and install cmake config file
|
# Configure and install cmake config file
|
||||||
configure_file("${CMAKE_SOURCE_DIR}/adm/templates/OpenCASCADEConfig.cmake.in" "OpenCASCADEConfig.cmake" @ONLY)
|
configure_file("${CMAKE_SOURCE_DIR}/adm/templates/OpenCASCADEConfig.cmake.in" "OpenCASCADEConfig.cmake" @ONLY)
|
||||||
install(FILES "${CMAKE_BINARY_DIR}/OpenCASCADEConfig.cmake" DESTINATION "${INSTALL_DIR_CMAKE}")
|
install(FILES "${CMAKE_BINARY_DIR}/OpenCASCADEConfig.cmake" DESTINATION "${INSTALL_DIR_CMAKE}")
|
||||||
|
@ -603,7 +603,7 @@ endmacro()
|
|||||||
# prior to version 3.3 not supporting per-configuration install paths
|
# prior to version 3.3 not supporting per-configuration install paths
|
||||||
# for install target files (see https://cmake.org/Bug/view.php?id=14317)
|
# for install target files (see https://cmake.org/Bug/view.php?id=14317)
|
||||||
macro (OCCT_UPDATE_TARGET_FILE)
|
macro (OCCT_UPDATE_TARGET_FILE)
|
||||||
if (NOT SINGLE_GENERATOR)
|
if (WIN32)
|
||||||
OCCT_INSERT_CODE_FOR_TARGET ()
|
OCCT_INSERT_CODE_FOR_TARGET ()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ foreach (OCCT_MODULE ${OCCT_MODULES})
|
|||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
if (NOT SINGLE_GENERATOR)
|
if (WIN32)
|
||||||
OCCT_INSERT_CODE_FOR_TARGET ()
|
OCCT_INSERT_CODE_FOR_TARGET ()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -168,7 +168,7 @@ foreach (OCCT_MODULE ${OCCT_TOOLS})
|
|||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
if (NOT SINGLE_GENERATOR)
|
if (WIN32)
|
||||||
OCCT_INSERT_CODE_FOR_TARGET ()
|
OCCT_INSERT_CODE_FOR_TARGET ()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user