You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(FATAL_ERROR "REGENERATE_AMQP_FRAMING requires a python with json or simplejson modules")
202
-
endif (CHECK_PYTHON_SIMPLEJSON_FAILED)
203
-
endif (CHECK_PYTHON_JSON_FAILED)
204
-
205
-
206
-
find_path(AMQP_CODEGEN_DIR
207
-
amqp_codegen.py
208
-
PATHS${CMAKE_CURRENT_SOURCE_DIR}/codegen
209
-
${CMAKE_CURRENT_SOURCE_DIR}/rabbitmq-codegen
210
-
${CMAKE_CURRENT_SOURCE_DIR}/../rabbitmq-codegen
211
-
DOC"Path to directory containing amqp_codegen.py (rabbitmq-codegen)"
212
-
NO_DEFAULT_PATH
213
-
)
214
-
215
-
if (AMQP_CODEGEN_DIR STREQUAL"AMQP_CODEGEN_DIR-NOTFOUND")
216
-
message(SEND_ERROR "REGENERATE_AMQP_FRAMING requires the amqp_codegen.py script. If this is a git clone you can:\n\ngit submodule init\ngit submodule update\n\n Or set AMQP_CODEGEN_DIR to directory containing amqp_codegen.py")
217
-
else ()
218
-
message(STATUS"Found amqp_codegen.py in ${AMQP_CODEGEN_DIR}")
0 commit comments