Skip to content

Commit 3281509

Browse files
authored
Merge pull request #220 from zguangyu/patch-1
Fix message using empty version variable
2 parents faf6671 + cfe3baf commit 3281509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else (ENABLE_DRAFTS)
3131
set (pkg_config_defines "")
3232
endif (ENABLE_DRAFTS)
3333

34-
message(STATUS "cppzmq v${CPPZMQ_VERSION}")
34+
message(STATUS "cppzmq v${cppzmq_VERSION}")
3535

3636
set(CPPZMQ_HEADERS
3737
zmq.hpp

0 commit comments

Comments
 (0)