Files
packages/anda/lib/cmark-gfm/fix-cmake-dir.patch
T

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