Skip to content

Commit

Permalink
Fix message using empty version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zguangyu authored May 8, 2018
1 parent faf6671 commit cfe3baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfe3baf

Please sign in to comment.