Merge pull request #220 from zguangyu/patch-1

Fix message using empty version variable
This commit is contained in:
Luca Boccassi 2018-05-08 19:50:23 +01:00 committed by GitHub
commit 3281509eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ else (ENABLE_DRAFTS)
set (pkg_config_defines "")
endif (ENABLE_DRAFTS)
message(STATUS "cppzmq v${CPPZMQ_VERSION}")
message(STATUS "cppzmq v${cppzmq_VERSION}")
set(CPPZMQ_HEADERS
zmq.hpp