mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 18:56:54 +02:00
Fixed cmake config name.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# 2023-01-10 version 5.0.0
|
||||
* Add additional address sanitizer for CI. (#1023)
|
||||
## << breaking changes >>
|
||||
* Change CMake package name of C library to msgpackc (#1044)
|
||||
* Change CMake package name of C library to msgpackc (#1044, #1049)
|
||||
|
||||
# 2021-08-01 version 4.0.0
|
||||
* Fix and improve alignment logic (#962)
|
||||
|
@@ -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-config.cmake.in
|
||||
|
||||
rm -f $prefix
|
||||
|
||||
|
Reference in New Issue
Block a user