Skip to content

Commit

Permalink
Merge pull request #1048 from redboltz/fix_make_dist.sh_cxx
Browse files Browse the repository at this point in the history
Fixed cmake config.
  • Loading branch information
redboltz committed Jan 10, 2023
2 parents dcabd64 + 9606566 commit 8824c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
# 2023-01-10 version 5.0.0 for C++
* Fix config for new MSVC preprocessor (#1040)
## << breaking changes >>
* Change CMake package name of C++ library to msgpackc-cxx (#1045)
* Change CMake package name of C++ library to msgpackc-cxx (#1045, #1048)

# 2022-11-02 version 4.1.3 for C++
* Fix compile error that direct inclusion of chrono with `MSGPACK_NO_BOOST` (#1038))
Expand Down
2 changes: 1 addition & 1 deletion makedist.sh
Expand Up @@ -32,7 +32,7 @@ tar --append --file=$filename $prefix/ChangeLog
tar --append --file=$filename $prefix/NEWS
tar --append --file=$filename $prefix/COPYING
tar --append --file=$filename $prefix/README
tar --append --file=$filename $prefix/msgpack-config.cmake.in
tar --append --file=$filename $prefix/msgpackc-cxx-config.cmake.in
rm -f $prefix

gzip -f $filename

0 comments on commit 8824c62

Please sign in to comment.