mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 06:21:25 +00:00
Don't build cmark program
This commit is contained in:
parent
11e4243d05
commit
97ef3bf9c3
1
third_party/CMakeLists.txt
vendored
1
third_party/CMakeLists.txt
vendored
@ -83,6 +83,7 @@ add_subdirectory(fmt)
|
||||
|
||||
# Add cmark without tests
|
||||
if(NOT USE_SHARED_CMARK)
|
||||
set(CMARK_PROGRAM OFF CACHE BOOL "Build cmark executable")
|
||||
set(CMARK_TESTS OFF CACHE BOOL "Build cmark tests and enable testing")
|
||||
add_subdirectory(cmark)
|
||||
endif()
|
||||
|
2
third_party/cmark
vendored
2
third_party/cmark
vendored
@ -1 +1 @@
|
||||
Subproject commit 8a023286198a7e408398e282f293e3b0baebb644
|
||||
Subproject commit 728c68465062223295076d8cb365ca911a55a218
|
Loading…
Reference in New Issue
Block a user