Revert "use fixed cmake"

This reverts commit cb0b34f7e3.
This commit is contained in:
kynex7510 2024-06-12 08:18:13 +02:00
parent 5323ede87f
commit 84e47a596f
No known key found for this signature in database
GPG key ID: 8BBB0FD2C57920AD

View file

@ -234,7 +234,7 @@ target_compile_definitions(${PROJECT_NAME} PRIVATE
# These are only needed for building source :-)
if (NOT GEODE_BUILDING_DOCS)
# Markdown support
CPMAddPackage("gh:geode-sdk/md4c#3c2f959")
CPMAddPackage("gh:mity/md4c#release-0.5.2")
# Zip support (needed for in-memory streams, which zlib's minizip doesn't support)
set(MZ_LZMA Off CACHE INTERNAL "Enables LZMA & XZ compression")