Merge pull request #141 from bluca/cmake_dist

Problem: CMake build from dist tarball broken
This commit is contained in:
Constantin Rack 2016-09-02 10:16:46 +02:00 committed by GitHub
commit 3f791bb92b
2 changed files with 4 additions and 0 deletions

View File

@ -617,6 +617,8 @@ EXTRA_DIST = \
MAINTAINERS \
src/libzmq.pc.cmake.in \
src/libzmq.vers \
src/version.rc.in \
tests/CMakeLists.txt \
tweetnacl \
tools/curve_keygen.cpp

2
NEWS
View File

@ -5,6 +5,8 @@
* Fixed #2091 - testutil.hpp fails to build on Windows XP
* Fixed #2096 - add tests/CMakeLists.in and version.rc.in to dist tar
0MQ version 4.1.5 stable, released on 2016/06/17
================================================