[GH-ISSUE #166] Please honours library layout #136

Closed
opened 2026-05-05 11:45:41 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @remicollet on GitHub (Apr 27, 2018).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/166

Originally assigned to: @jmcnamara on GitHub.

For now, installation layout is hardcoded

    LIBRARY DESTINATION lib
    ARCHIVE DESTINATION lib

Most Linux distributions use a multi-arch layout (/usr/lib64 in RPM distro, /usr/lib/x86_64... on .deb distro, etc)

Using ${CMAKE_INSTALL_LIBDIR} seems a common practice

Originally created by @remicollet on GitHub (Apr 27, 2018). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/166 Originally assigned to: @jmcnamara on GitHub. For now, installation layout is hardcoded LIBRARY DESTINATION lib ARCHIVE DESTINATION lib Most Linux distributions use a multi-arch layout (/usr/lib64 in RPM distro, /usr/lib/x86_64... on .deb distro, etc) Using `${CMAKE_INSTALL_LIBDIR}` seems a common practice
gitea-mirror 2026-05-05 11:45:41 -06:00
Author
Owner

@jmcnamara commented on GitHub (Apr 27, 2018):

@Alexhuszagh Can you take a look at this.

Or @remicollet can you submit a Pull Request.

<!-- gh-comment-id:384912741 --> @jmcnamara commented on GitHub (Apr 27, 2018): @Alexhuszagh Can you take a look at this. Or @remicollet can you submit a Pull Request.
Author
Owner

@Alexhuszagh commented on GitHub (Apr 27, 2018):

That should be pretty trivial to fix. We currently handle this for MSVC, so it seems natural we should support this for multi-arch Linux distros as well.

I can support a PR later today.

<!-- gh-comment-id:384972711 --> @Alexhuszagh commented on GitHub (Apr 27, 2018): That should be pretty trivial to fix. We currently handle this for MSVC, so it seems natural we should support this for multi-arch Linux distros as well. I can support a PR later today.
Author
Owner

@remicollet commented on GitHub (Apr 27, 2018):

@Alexhuszagh see pr #170

<!-- gh-comment-id:384980299 --> @remicollet commented on GitHub (Apr 27, 2018): @Alexhuszagh see pr #170
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#136
No description provided.