We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadcbe3 commit 80d846fCopy full SHA for 80d846f
1 file changed
plugins/mosquitto/install.sh
@@ -48,7 +48,9 @@ Install_App()
48
49
mkdir -p $serverPath/mosquitto
50
if [ ! -d $serverPath/mosquitto/bin ];then
51
- cd mosquitto-${VERSION} && ${INSTALL_CMD} CMakeLists.txt -DCMAKE_INSTALL_PREFIX=$serverPath/mosquitto && make install
+ cd mosquitto-${VERSION} && ${INSTALL_CMD} CMakeLists.txt \
52
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
53
+ -DCMAKE_INSTALL_PREFIX=$serverPath/mosquitto && make install
54
fi
55
56
if [ -d $serverPath/mosquitto ];then
0 commit comments