Skip to content

Commit cfe3baf

Browse files
authored
Fix message using empty version variable
1 parent faf6671 commit cfe3baf

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)