Closed krisgesling closed 2 years ago
Describe the bug With the icons dir now included in the CMakeLists file, we're seeing install fail with the following error:
CMake Error at icons/cmake_install.cmake:49 (file): file INSTALL cannot find "/opt/build/mycroft-gui-mark-2/icons/animations": No such file or directory. Call Stack (most recent call first): cmake_install.cmake:63 (include) make: *** [Makefile:84: install] Error 1
To Reproduce
mkdir builddir && cd builddir && cmake ../ -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_LIBDIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=on && make -j8 && make install
Fixed by: https://github.com/MycroftAI/mycroft-gui-mark-2/commit/e67afcebdc808c55ce2bcb931b8d0d7f34a02e1c
Describe the bug With the icons dir now included in the CMakeLists file, we're seeing install fail with the following error:
To Reproduce