mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
26ab377e95
* 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>
14 lines
400 B
Diff
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
|