-
- Notifications
You must be signed in to change notification settings - Fork 639
Closed
Description
cmark 0.28.1 now installs libcmark.a into ${CMAKE_INSTALL_PREFIX}/include which seems like an odd choice to me. Is this intentional?
Ran into this while trying to update the FreeBSD port. I currently patch it like this:
--- src/CMakeLists.txt.bak 2017-10-11 06:13:55.000000000 +0200 +++ src/CMakeLists.txt 2017-10-12 12:33:38.920390000 +0200 @@ -130,7 +130,7 @@ EXPORT cmark RUNTIME DESTINATION bin LIBRARY DESTINATION ${libdir} - ARCHIVE DESTINATION include + ARCHIVE DESTINATION ${libdir} ) if(CMARK_SHARED OR CMARK_STATIC)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels