]> OCCT Git - occt.git/commit
Configuration - Fixed pathes to 3rd-party in cmake configuration (#523)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Thu, 15 May 2025 12:04:14 +0000 (13:04 +0100)
committerdpasukhi <dpasukhi@opencascade.com>
Mon, 19 May 2025 21:15:38 +0000 (22:15 +0100)
commit6c179e9b63ff4b97649962c5a3dbd12f2e2358ef
tree16ac22f76a742a738ea209182e3c7b4178f68247
parent4c9aaf2300d1bf7c334f269364004b6f883acc23
Configuration - Fixed pathes to 3rd-party in cmake configuration (#523)

Update target_link_libraries to use PUBLIC and PRIVATE visibility for dependencies.
Now all 3rd-party is hidden for the external linking, no more issues to invalid path to 3rd-party
18 files changed:
adm/cmake/occt_macros.cmake
adm/cmake/occt_toolkit.cmake
src/TKBRep/CMakeLists.txt
src/TKBRep/FILES
src/TKDEIGES/CMakeLists.txt
src/TKDEIGES/FILES
src/TKDESTEP/CMakeLists.txt
src/TKDESTEP/FILES
src/TKMath/CMakeLists.txt
src/TKMath/FILES
src/TKMesh/CMakeLists.txt
src/TKMesh/FILES
src/TKV3d/CMakeLists.txt
src/TKV3d/FILES
src/TKXSBase/CMakeLists.txt
src/TKXSBase/FILES
src/TKernel/CMakeLists.txt
src/TKernel/FILES