summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2020-05-05 14:20:09 +0300
committerAzat Khuzhin <azat@libevent.org>2020-06-28 21:33:11 +0300
commit9ea60ab2c1ba9705862ea524289a1bc75f890821 (patch)
tree92ef32f378d5d739d21bfa1ba5d387005c605d36
parent891adda9f15940e024854614de53ab11c247d50e (diff)
downloadlibevent-9ea60ab2c1ba9705862ea524289a1bc75f890821.tar.gz
Pass --quiet to the event_rcpgen.py (autotools already does this)
(cherry picked from commit 7a465268b29c57958e55dceda77ad8322e247454)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6bf75788..6ae98c20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1103,7 +1103,7 @@ if (NOT EVENT__DISABLE_TESTS)
DEPENDS
event_rpcgen.py
test/regress.rpc
- COMMAND ${PYTHON_EXECUTABLE} ../event_rpcgen.py regress.rpc
+ COMMAND ${PYTHON_EXECUTABLE} ../event_rpcgen.py --quiet regress.rpc
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/test)
list(APPEND SRC_REGRESS