We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c5085 commit 44cec2eCopy full SHA for 44cec2e
dependencies/CMakeLists.txt
@@ -464,8 +464,10 @@ if(ENABLE_PROTOBUF_SERVER)
464
465
# Apply patches to Protobuf
466
execute_process(
467
- COMMAND git apply -q "${CMAKE_CURRENT_SOURCE_DIR}/patch/protobuf/atomic.diff"
+ COMMAND git apply "${CMAKE_CURRENT_SOURCE_DIR}/patch/protobuf/atomic.diff"
468
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/external/protobuf"
469
+ OUTPUT_QUIET
470
+ ERROR_QUIET
471
)
472
473
# Add Protobuf directory to the build
include/cec/CECHandler.h
@@ -3,6 +3,7 @@
3
#include <QObject>
4
#include <QVector>
5
#include <QMap>
6
+#include <QSharedPointer>
7
8
#include <iostream>
9
0 commit comments