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
3 changes: 3 additions & 0 deletions ThirdParty/Recipe/gli_0_8_3/Fsl.gen
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<ExperimentalRecipe Name="gli" Version="0.8.3.1" Find="false" FindTargetName="gli" FindVersion="0.8.3">
<Pipeline>
<GitClone URL="https://github.com/g-truc/gli.git" Hash="779b99ac6656e4d30c3b24e96e0136a59649a869"/>
<Copy>
<GitApply From="{RECIPE_PATH}/cmake-version.patch"/>
</Copy>
<CMakeBuild Project="gli" Target="install" Configuration="release" OutputPath="_Install"/>
</Pipeline>
<Installation>
Expand Down
8 changes: 8 additions & 0 deletions ThirdParty/Recipe/gli_0_8_3/cmake-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
cmake_policy(SET CMP0054 NEW)

project(gli)