mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
use fixed cmake
This commit is contained in:
parent
cb1e7def9b
commit
cb0b34f7e3
1 changed files with 1 additions and 1 deletions
|
@ -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:mity/md4c#release-0.5.2")
|
||||
CPMAddPackage("gh:geode-sdk/md4c")
|
||||
|
||||
# Zip support (needed for in-memory streams, which zlib's minizip doesn't support)
|
||||
set(MZ_LZMA Off CACHE INTERNAL "Enables LZMA & XZ compression")
|
||||
|
|
Loading…
Add table
Reference in a new issue