I encountered troubles
-- Checking for module 'qwt'
-- Package 'qwt', required by 'virtual:world', not found
-- Checking for module 'glm'
-- Found glm, version 0.9.9.6
CMake Error at CMakeLists.txt:270 (INCLUDE_DIRECTORIES):
INCLUDE_DIRECTORIES given empty-string as include directory.
but Qwt exist in my system
dpkg -L libqwt-qt5-dev | grep qwt.h
/usr/include/qwt/qwt.h
dpkg -l | grep qwt
ii libqwt-qt5-6 6.1.4-2 amd64 Qt widgets library for technical applications (runtime, qt5)
ii libqwt-qt5-dev 6.1.4-2 amd64 Qt widgets library for technical applications (development, qt5)
How to resolve this problem?
I encountered troubles
but Qwt exist in my system
How to resolve this problem?