Skip to content

Commit cc757bd

Browse files
committed
Fixed: CMake 4.0 compatibility
1 parent 62f651b commit cc757bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "FreeTypeWrapper/External/freetype2"]
22
path = FreeTypeWrapper/External/freetype2
3-
url = https://github.com/OpenImageViewer/freetype.git
3+
url = https://gitlab.freedesktop.org/freetype/freetype.git
44
[submodule "FreeTypeWrapper/External/LLUtils"]
55
path = FreeTypeWrapper/External/LLUtils
66
url = https://github.com/TheNicker/LLUtils.git

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(FreeTypeWrapper)
44
option(FREETYPE_WRAPPER_BUILD_SAMPLES "build freetype wrapper sample" ON)

FreeTypeWrapper/External/freetype2

Submodule freetype2 updated from a20de84 to b04db38

0 commit comments

Comments
 (0)