mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-27 10:26:01 +02:00
Merge pull request #1048 from redboltz/fix_make_dist.sh_cxx
Fixed cmake config.
This commit is contained in:
commit
8824c626b4
@ -1,7 +1,7 @@
|
|||||||
# 2023-01-10 version 5.0.0 for C++
|
# 2023-01-10 version 5.0.0 for C++
|
||||||
* Fix config for new MSVC preprocessor (#1040)
|
* Fix config for new MSVC preprocessor (#1040)
|
||||||
## << breaking changes >>
|
## << 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++
|
# 2022-11-02 version 4.1.3 for C++
|
||||||
* Fix compile error that direct inclusion of chrono with `MSGPACK_NO_BOOST` (#1038))
|
* Fix compile error that direct inclusion of chrono with `MSGPACK_NO_BOOST` (#1038))
|
||||||
|
@ -32,7 +32,7 @@ tar --append --file=$filename $prefix/ChangeLog
|
|||||||
tar --append --file=$filename $prefix/NEWS
|
tar --append --file=$filename $prefix/NEWS
|
||||||
tar --append --file=$filename $prefix/COPYING
|
tar --append --file=$filename $prefix/COPYING
|
||||||
tar --append --file=$filename $prefix/README
|
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
|
rm -f $prefix
|
||||||
|
|
||||||
gzip -f $filename
|
gzip -f $filename
|
||||||
|
Loading…
x
Reference in New Issue
Block a user