Skip to content

Commit

Permalink
Added STATUS to the message functions in FindZmq.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabbidon committed Nov 22, 2022
1 parent ea56815 commit abab2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Modules/FindZmq.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mark_as_advanced(ZMQ_LIBRARY ZMQ_INCLUDE_DIR)

find_path(ZMQ_INCLUDE_DIR NAMES zmq.h)
message(${ZMQPP_INCLUDE_DIR})
message(STATUS ${ZMQPP_INCLUDE_DIR})

find_library(ZMQ_LIBRARY NAMES zmq)
message(${ZMQPP_LIBRARY})
message(STATUS ${ZMQPP_LIBRARY})

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Zmq DEFAULT_MSG ZMQ_LIBRARY ZMQ_INCLUDE_DIR)

0 comments on commit abab2ac

Please sign in to comment.