Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/xpbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
contents: read
pull-requests: write
packages: write
uses: externpro/externpro/.github/workflows/build-linux.yml@25.06.6
uses: externpro/externpro/.github/workflows/build-linux.yml@25.06.7
secrets: inherit
macos:
uses: externpro/externpro/.github/workflows/build-macos.yml@25.06.6
uses: externpro/externpro/.github/workflows/build-macos.yml@25.06.7
secrets: inherit
windows:
uses: externpro/externpro/.github/workflows/build-windows.yml@25.06.6
uses: externpro/externpro/.github/workflows/build-windows.yml@25.06.7
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/xprelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
# Upload build artifacts as release assets
release-from-build:
uses: externpro/externpro/.github/workflows/release-from-build.yml@25.06.6
uses: externpro/externpro/.github/workflows/release-from-build.yml@25.06.7
with:
workflow_run_url: ${{ github.event.inputs.workflow_run_url }}
permissions:
Expand Down
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,10 @@ if (FMT_INSTALL)
set(FMT_NAMESPACE ${XP_NAMESPACE})
xpExternPackage(REPO_NAME fmt NAMESPACE ${XP_NAMESPACE} ALIAS_NAMESPACE fmt
TARGETS_FILE fmt-targets LIBRARIES fmt fmt-header-only
BASE ${FMT_VERSION} XPDIFF "patch"
WEB "https://fmt.dev/" UPSTREAM "github.com/fmtlib/fmt"
DESC "A modern formatting library"
LICENSE "[MIT](https://github.com/fmtlib/fmt?tab=MIT-1-ov-file#readme 'MIT License')"
)
else()
set(FMT_NAMESPACE fmt)
Expand Down