From 99fefe374d53b3fc88220d921b364dc6957177df Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Thu, 7 Feb 2019 23:14:48 +0100 Subject: [PATCH] Bump FBInk to v1.10.2 Because apparently moving submodules broke checkouts on older tags? --- thirdparty/fbink/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/fbink/CMakeLists.txt b/thirdparty/fbink/CMakeLists.txt index 8abe32433..78926e0b4 100644 --- a/thirdparty/fbink/CMakeLists.txt +++ b/thirdparty/fbink/CMakeLists.txt @@ -38,7 +38,7 @@ endif() ko_write_gitclone_script( GIT_CLONE_SCRIPT_FILENAME https://github.com/NiLuJe/FBInk.git - v1.10.1 + v1.10.2 ${SOURCE_DIR} )