Fix message using empty version variable

This commit is contained in:
Guangyu Zhang 2018-05-08 09:34:35 -04:00 committed by GitHub
parent faf6671d38
commit cfe3bafc1f
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