mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-13 10:52:57 +01:00
Fix message using empty version variable
This commit is contained in:
parent
faf6671d38
commit
cfe3bafc1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user