Problem s DOMOTICZ i686

#uname -a
#Linux mail 4.9.0-9-686-pae #1 SMP Debian 4.9.168-1+deb9u3 (2019-06-16) i686 GNU/Linux

Chyba : “/usr/bin/ld: cannot find -lBoost::system”
Oprava : soubor – CMakeLists.txt
lines number 594
change
target_link_libraries(domoticz Boost::thread Boost::system)
to
target_link_libraries(domoticz boost_thread boost_system)