Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<FslBuildGen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../FslBuildGen.xsd">
<ExternalLibrary Name="Recipe.fmt_11_1" CreationYear="2023">
<ExternalLibrary Name="Recipe.fmt_11_2" CreationYear="2023">
<Default.Platform.Supported Value="false"/>

<Platform Name="Android;Ubuntu;QNX;Emscripten" Supported="true">
<ExperimentalRecipe Name="fmt" Version="11.1.2" Find="false">
<ExperimentalRecipe Name="fmt" Version="11.2.0" Find="false">
<Pipeline>
<Download URL="https://github.com/fmtlib/fmt/releases/download/11.1.2/fmt-11.1.2.zip" To="fmt-11.1.2.zip" Hash="ef54df1d4ba28519e31bf179f6a4fb5851d684c328ca051ce5da1b52bf8b1641"/>
<Unpack File="fmt-11.1.2.zip" OutputPath="fmt-11.1.2"/>
<Download URL="https://github.com/fmtlib/fmt/releases/download/11.2.0/fmt-11.2.0.zip" To="fmt-11.2.0.zip" Hash="203eb4e8aa0d746c62d8f903df58e0419e3751591bb53ff971096eaa0ebd4ec3"/>
<Unpack File="fmt-11.2.0.zip" OutputPath="fmt-11.2.0"/>
<CMakeBuild Project="fmt" Target="install" Configuration="release" Options="-DFMT_DOC=OFF -DFMT_TEST=OFF" OutputPath="_Install"/>
</Pipeline>
<Installation>
Expand All @@ -21,10 +21,10 @@

<Platform Name="Windows" Supported="true">
<!-- Disabled find as clang tidy fails to locate headers-->
<ExperimentalRecipe Name="fmt" Version="11.1.2" Find="false">
<ExperimentalRecipe Name="fmt" Version="11.2.0" Find="false">
<Pipeline>
<Download URL="https://github.com/fmtlib/fmt/releases/download/11.1.2/fmt-11.1.2.zip" To="fmt-11.1.2.zip" Hash="ef54df1d4ba28519e31bf179f6a4fb5851d684c328ca051ce5da1b52bf8b1641"/>
<Unpack File="fmt-11.1.2.zip" OutputPath="fmt-11.1.2"/>
<Download URL="https://github.com/fmtlib/fmt/releases/download/11.2.0/fmt-11.2.0.zip" To="fmt-11.2.0.zip" Hash="203eb4e8aa0d746c62d8f903df58e0419e3751591bb53ff971096eaa0ebd4ec3"/>
<Unpack File="fmt-11.2.0.zip" OutputPath="fmt-11.2.0"/>
<CMakeBuild Project="fmt" Target="install" Configuration="debug;release" Options="-DFMT_DOC=OFF -DFMT_TEST=OFF" OutputPath="_Install"/>
</Pipeline>
<Installation>
Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/fmt/Fsl.gen
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Define Name="FSL_ENABLE_FMT" Access="Public"/>
<Define Name="FMT_UNICODE" Value="0" Access="Public"/>
<Platform Name="Android;Ubuntu;Windows;QNX;Emscripten" Supported="true">
<Dependency Name="Recipe.fmt_11_1"/>
<Dependency Name="Recipe.fmt_11_2"/>
</Platform>
<Platform Name="Yocto" Supported="true">
<ExternalDependency Name="fmt" Access="Public" Type="StaticLib"/>
Expand Down