Skip to content
Snippets Groups Projects
Commit ad6bd942 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-658: automagically add HAVE_QPID variable to cmake cache

parent 6e399196
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
...@@ -59,5 +59,6 @@ if(NOT QPID_FOUND) ...@@ -59,5 +59,6 @@ if(NOT QPID_FOUND)
set(QPID_INCLUDE_DIRS ${QPID_INCLUDE_DIR}) set(QPID_INCLUDE_DIRS ${QPID_INCLUDE_DIR})
set(QPID_LIBRARIES ${QPID_LIBRARY}) set(QPID_LIBRARIES ${QPID_LIBRARY})
set(HAVE_QPID TRUE CACHE "We have qpid" BOOL FORCE)
endif(NOT QPID_FOUND) endif(NOT QPID_FOUND)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment