Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install version/config files under CMAKE_INSTALL_LIBDIR #1003

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

jamessan
Copy link
Contributor

Prior to the c_master/cpp_master split, this is where the files were installed (c.f.,

SET (CMAKE_INSTALL_CMAKEDIR "${CMAKE_INSTALL_LIBDIR}/cmake/msgpack")
) but this was changed to use "lib/" directly when updating the C++-only packaging.

Re-instate the use of CMAKE_INSTALL_LIBDIR so the user can control where they are installed and they follow the typical convention for location.

Prior to the c_master/cpp_master split, this is where the files were
installed (c.f., https://github.com/msgpack/msgpack-c/blob/6e7deb809120881634b3ca895e66b2a946084f34/CMakeLists.txt#L454)
but this was changed to use "lib/" directly when updating the C++-only
packaging.

Re-instate the use of CMAKE_INSTALL_LIBDIR so the user can control where
they are installed and they follow the typical convention for location.
@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2022

Codecov Report

Merging #1003 (b4d800e) into cpp_master (b350a00) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           cpp_master    #1003   +/-   ##
===========================================
  Coverage       85.56%   85.56%           
===========================================
  Files              79       79           
  Lines            5009     5009           
===========================================
  Hits             4286     4286           
  Misses            723      723           

@redboltz
Copy link
Contributor

Thanks you!

@redboltz redboltz merged commit 34e4114 into msgpack:cpp_master Feb 14, 2022
@jamessan jamessan deleted the config-installdir branch February 15, 2022 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants