fix up cmake cruft

pull/1306/head
Jeff Becker 4 years ago
parent fb8b8e2e56
commit 31304dbd9f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -15,8 +15,6 @@ set(LOKIMQ_LIBRARIES ${LOKIMQ_LIBRARY} ${PC_LOKIMQ_LIBRARIES})
set(LOKIMQ_INCLUDE_DIRS ${LOKIMQ_INCLUDE_DIR})
include(FindPackageHandleStandardArgs)
# handle the QUIETLY and REQUIRED arguments and set LIBUV_FOUND to TRUE
# if all listed variables are TRUE
find_package_handle_standard_args(LokiMQ DEFAULT_MSG
LOKIMQ_LIBRARY LOKIMQ_INCLUDE_DIR)

@ -64,7 +64,7 @@ elseif(DOWNLOAD_UV)
endif()
include_directories(${LIBUV_INCLUDE_DIRS})
find_package(LokiMQ 1.2)
find_package(LokiMQ 1.2 QUIET)
if(LokiMQ_FOUND)
message(STATUS "using system lokimq")
else()

Loading…
Cancel
Save