summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <aega@med.umich.edu>2011-06-07 09:26:27 -0400
committerAlan Antonuk <aega@med.umich.edu>2011-06-07 09:26:27 -0400
commit6320f871c824c997772d68de75b2fe8c53ddf4fb (patch)
tree0efa0ef3e7b0df1f2723479915876dd25179345a
parent3fad9a1c016206b1d4e35a0e1861cf017ac9e706 (diff)
downloadrabbitmq-c-github-ask-6320f871c824c997772d68de75b2fe8c53ddf4fb.tar.gz
CodeGen found message should be a status
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dee6e43..39e2a5b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ find_path(AMQP_CODEGEN_DIR "amqp-rabbitmq-0.9.1.json"
if(NOT AMQP_CODEGEN_DIR)
message(FATAL_ERROR "rabbitmq-codegen not found")
else()
- message("rabbitmq-codegen found at ${AMQP_CODEGEN_DIR}")
+ message(STATUS "rabbitmq-codegen found at ${AMQP_CODEGEN_DIR}")
set(AMQP_SPEC_JSON_PATH "${AMQP_CODEGEN_DIR}/amqp-rabbitmq-0.9.1.json")
endif()
@@ -32,3 +32,4 @@ include(TestCInline)
add_subdirectory(librabbitmq)
add_subdirectory(examples)
+