Files
packages/anda/lib/cmark-gfm/fix-cmake-dir.patch
metcya 26ab377e95 fix(cmark-gfm): fix cmake install directories (#8639)
* add: cmark-gfm

* add description for static subpackage

* oops

* fix(cmark-gfm): fix cmake install directories

---------

Signed-off-by: metcya <134973769+metcya@users.noreply.github.com>
2025-12-26 00:08:12 -06:00

14 lines
400 B
Diff

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 84dd2a0..d8f5ffa 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -175,7 +175,7 @@ if(CMARK_SHARED OR CMARK_STATIC)
DESTINATION include
)
- install(EXPORT cmark-gfm DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
+ install(EXPORT cmark-gfm DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/cmark-gfm)
endif()
# Feature tests