Skip to content

Add: vcpkg install iccdev[core,tools,xml]#760

Merged
xsscx merged 1 commit intomasterfrom
ci-vcpkg-ports
Mar 30, 2026
Merged

Add: vcpkg install iccdev[core,tools,xml]#760
xsscx merged 1 commit intomasterfrom
ci-vcpkg-ports

Conversation

@xsscx
Copy link
Copy Markdown
Member

@xsscx xsscx commented Mar 29, 2026

Pull Request Checklist

#474

  • Have you followed the guidelines in Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you built your Pull Request locally with the Build Instructions?
  • Have you added or updated relevant tests?
  • Have you added or updated relevant docs?

@xsscx xsscx requested a review from ChrisCoxArt March 29, 2026 20:11
@xsscx xsscx self-assigned this Mar 29, 2026
@xsscx xsscx added the PR Pull Request label Mar 29, 2026
@xsscx xsscx requested review from dwtza and maxderhak as code owners March 29, 2026 20:11
@xsscx xsscx added the Merge Ready Maintainer indicates Merge Ready label Mar 29, 2026
@xsscx xsscx removed request for dwtza and maxderhak March 29, 2026 20:11
@xsscx xsscx changed the title Ci vcpkg ports Add: vcpkg install iccdev[core,tools,xml] Mar 29, 2026
@xsscx xsscx force-pushed the ci-vcpkg-ports branch 2 times, most recently from e04871f to 49e8c00 Compare March 29, 2026 21:35
@xsscx xsscx added Pending Merge Maintainer indicates Merge Pending and Requests No Further Changes and removed Merge Ready Maintainer indicates Merge Ready pending labels Mar 29, 2026
@xsscx xsscx force-pushed the ci-vcpkg-ports branch 4 times, most recently from e48c06e to 3e067ed Compare March 30, 2026 00:40
@xsscx
Copy link
Copy Markdown
Member Author

xsscx commented Mar 30, 2026

Maintainer Summary

2026-03-30 00:29:44 UTC

Watching the Builds from other Projects with iccDEV and made further changes to the PR.

Fix

target_include_directories(${TARGET_NAME} PUBLIC
...
+     $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../..>
+     $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
...
target_include_directories(${TARGET_NAME}-static PUBLIC
+     $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../..>
+     $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>

Intent

Merge

@xsscx xsscx merged commit d5a3dc2 into master Mar 30, 2026
1 check passed
@xsscx xsscx removed Pending Merge Maintainer indicates Merge Pending and Requests No Further Changes pending labels Mar 30, 2026
@xsscx xsscx deleted the ci-vcpkg-ports branch March 30, 2026 02:35
@xsscx xsscx added the ML Maintainer indicates topic related to Machine Learning label Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ML Maintainer indicates topic related to Machine Learning PR Pull Request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify: ci-latest-release packaging Add: CMake install targets [core,tools,xml] Add: vcpkg install iccdev[core,tools,xml]

2 participants